]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/rtl8187se: Use netdev_ printks in r8185b_init.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Tue, 20 Nov 2012 20:16:37 +0000 (05:16 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 22:00:00 +0000 (14:00 -0800)
commit545bb52ccd8008c113a002b7f7d5165aa6da5ee3
tree22dba3772c676410b7c0627b50ca96d94364781a
parent0ef68ab4dd8d16c10e7b36796f11b6a209acc1de
staging/rtl8187se: Use netdev_ printks in r8185b_init.c

The following warnings fixed.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...  to printk(KERN_ERR ...
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(...  to printk(KERN_INFO ...

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8185b_init.c