git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
468d958
)
staging: vt6655: wcmd.c: fix print priority warning
author
Aya Mahfouz
<mahfouz.saif.elyazal@gmail.com>
Wed, 22 Oct 2014 13:30:40 +0000
(15:30 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 00:22:53 +0000
(08:22 +0800)
This patch fixes the following warning generated by checkpatch.pl
for the file wcmd.c
WARNING: printk() should include KERN_ facility level
printk was replaced by netdev_err since providing printk with the
facility level KERN_ERR generated the printing priority warning.
Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found