[media] tveeprom: print log messages using pr_foo()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 16:21:48 +0000 (14:21 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:13:11 +0000 (10:13 -0200)
commit6037b3ca28f4258d913dbe77248fd77827702ae3
tree3d437350989311a80a009a194a815c0f3b367bfc
parentd3d96820d0deb86de3d8237b4026c9c15cb0e47f
[media] tveeprom: print log messages using pr_foo()

Unfortunately, the callers of tveeprom don't do the right
thing to initialize the device. So, it produces log messages
like:

[  267.533010]  (null): Hauppauge model 42012, rev C186, serial# 2819348
[  267.533012]  (null): tuner model is Philips FQ1236 MK3 (idx 86, type 43)
[  267.533013]  (null): TV standards NTSC(M) (eeprom 0x08)
[  267.533014]  (null): audio processor is MSP3445 (idx 12)
[  267.533015]  (null): has radio

So, replace it to pr_foo(), as it should work fine.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/common/tveeprom.c