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:
11f1c44
)
[media] staging/media: Use dev_ or pr_ printks in go7007/wis-saa7115.c
author
YAMANE Toshiaki
<yamanetoshi@gmail.com>
Mon, 5 Nov 2012 10:36:26 +0000
(07:36 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 21 Nov 2012 15:16:04 +0000
(13:16 -0200)
fixed below checkpatch warnings.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ...
- WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ...
Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found