commit | 2ea054a2e23732dfb6533209759c27d4c07763dd | [log] [tgz] |
---|---|---|
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | Tue Nov 27 21:10:14 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 27 09:20:31 2012 -0800 |
tree | 2f97ad3dea3e610bc9c82185e3935583a3ec2895 | |
parent | 3f60498b87f3c3944f78dcd5a9d6e566a300a92b [diff] |
staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_softmac_wx.c The following warning fixed. - 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>