commit | 6a4b09f807afab788b58b529c4a9d6dc27cc6933 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Oct 28 01:05:47 2012 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 14 14:55:32 2012 -0500 |
tree | 30d3085facc5a5a06eb05cf86a92a4728303ce2a | |
parent | 0f01545346cd97f823fc0aaf0c02d4fc7bec6d46 [diff] |
wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>( 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>