commit | 3c304fe63bdd8bfebfcc9196467cd787355bd4d5 | [log] [tgz] |
---|---|---|
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | Tue Nov 20 21:11:54 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 21 13:59:59 2012 -0800 |
tree | fb85df00b7f759a1cb063d802a2c77fb198262e3 | |
parent | 39550d282342357e1d4227b4bc5b94fb9b1ab975 [diff] |
staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_module.c The following warning fixed. - WARNING: Prefer netdev_warn(netdev, ... then dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ... Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>