wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 08:05:47 +0000 (01:05 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Nov 2012 19:55:32 +0000 (14:55 -0500)
dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.
Coalesce formats for easier grep.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found