Re: [PATCH 2/3] [media] ivtv: use pr_foo() instead of calling printk() directly

2016-11-24 Thread Hans Verkuil
On 11/24/16 12:01, Mauro Carvalho Chehab wrote: pr_foo() provides a convenient way for printk's, enforcing that they'll all prepend the error message with the driver's name. Use it inside ivtv. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/pci/ivtv/ivtv-alsa-main.c | 11 +--

[PATCH 2/3] [media] ivtv: use pr_foo() instead of calling printk() directly

2016-11-24 Thread Mauro Carvalho Chehab
pr_foo() provides a convenient way for printk's, enforcing that they'll all prepend the error message with the driver's name. Use it inside ivtv. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/pci/ivtv/ivtv-alsa-main.c | 11 +-- drivers/media/pci/ivtv/ivtv-driver.c| 12 +