media: dvb-ttusb-budget: cleanup printk logic
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Sep 2020 06:11:02 +0000 (08:11 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Sep 2020 09:15:47 +0000 (11:15 +0200)
commit883c84aca1e34d80a9b7b337225b0ef2f34b4cd6
tree3d9bac43930a3b5696db12af6aec1b6369690e42
parent36e3cf0cb17b722ac19f58db9780746ec56bf3d6
media: dvb-ttusb-budget: cleanup printk logic

Instead of calling printk(), use pr_foo() macros.

While here, do some cleanup at the printed messages, as some
has __func__, while others have the module name (sometimes
spelled as "ttusb_dvb").

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c