]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: most: aim-network: Replace pr_info with netdev_info
authorShraddha Barke <shraddha.6596@gmail.com>
Tue, 15 Sep 2015 08:58:18 +0000 (14:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 04:32:45 +0000 (21:32 -0700)
commitefc0cfa1341b9718b8bf295641e2bf909fe215ba
treea1cd9416875f0c81a913adcc3dde319fcd68a6dc
parent2877f245cf13d4cc6be4dab149d3d2f239ce8cd6
Staging: most: aim-network: Replace pr_info with netdev_info

Use netdev_* family of macros when there is reference to a network
device. dev->name is removed as netdev_info will print the device
name

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/aim-network/networking.c