]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8187se: use netdev_warn instead of printk
authorTeodora Baluta <teobaluta@gmail.com>
Mon, 21 Oct 2013 23:37:24 +0000 (02:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 21:17:58 +0000 (14:17 -0700)
commit6f11a8ce74378edf3609a5698baba7ff98884a6a
treeefab7f016f25b16482db87e1b4228865ae66f834
parent333e3be9f55ec4f66b7e2e72c75aefff639ab6fe
staging: rtl8187se: use netdev_warn instead of printk

This patch fixes this type of checkpatch warnings:

WARNING: Prefer netdev_warn(netdev, ... then dev_warn(dev, ... then
pr_warn(...  to printk(KERN_WARNING ...

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c