commit | f0e3393031238e7fc38a34cdb0bd2331bbcc9e11 | [log] [tgz] |
---|---|---|
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | Mon Nov 05 07:36:26 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Nov 21 13:16:04 2012 -0200 |
tree | 17d79900bff2a060acf8d41e25f6125242f829dc | |
parent | 11f1c44d19dd79e707bec92660d7b3518bbb1850 [diff] |
[media] staging/media: Use dev_ or pr_ printks in go7007/wis-saa7115.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>