commit | 76705fe8e1e173c9512a0fd638a1ed6356890b28 | [log] [tgz] |
---|---|---|
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | Mon Nov 05 07:38:12 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Nov 21 13:19:11 2012 -0200 |
tree | e9d995a228dd147b4a360a19c04105d79d66dd67 | |
parent | 77f0773804ca49e3ed9075063ce7d954cafa49af [diff] |
[media] staging/media: Use dev_ or pr_ printks in go7007/wis-saa7113.c 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>