• Mauro Carvalho Chehab's avatar
    [media] tveeprom: print log messages using pr_foo() · 6037b3ca
    Mauro Carvalho Chehab authored
    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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
    6037b3ca
tveeprom.c 25.4 KB