From: Vitaly Osipov Date: Sun, 18 May 2014 06:59:36 +0000 (+1000) Subject: staging: wlan-ng: use netdev_() instead of printk() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~359 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d9b1eb4b21b9309efdf8c8aee023a59d3f76e0;p=pandora-kernel.git staging: wlan-ng: use netdev_() instead of printk() Replaced all uses of printk() in wlan-ng with netdev_err / _warn where a netdev exists. If a few cases where a netdev does not yet exist, dev_ or pr_ was used. Checkpatch complains about lines over 80 chars or split string constants - the messages are just too long, keeping it completely happy would make the code less readable. Signed-off-by: Vitaly Osipov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed