commit | ce8591ff023ef8e04750c2cc2882523619a80b58 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Oct 20 08:42:03 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Nov 18 10:08:15 2016 -0200 |
tree | a513137f48890cd4ef0e51966666b4398d2bb747 | |
parent | 39ad799a85e2afb2eeb0295cabe81e183b011b95 [diff] |
[media] em28xx: convert it from pr_foo() to dev_foo() Instead of using pr_foo(), use dev_foo(), with provides a better output. As this device is a multi-interface one, we'll set the device name to show the chipset and the driver used. While here, get rid of printk continuation messages. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>