mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
V4L/DVB (12937): SAA7164: Cleanup a printk
Cleanup a printk and output two helpful driver params in debug mode. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
dd1ee4442d
commit
2ceae8fdfa
@ -666,7 +666,9 @@ static int __devinit saa7164_initdev(struct pci_dev *pci_dev,
|
|||||||
printk(KERN_ERR "%s() Unsupported board detected, "
|
printk(KERN_ERR "%s() Unsupported board detected, "
|
||||||
"registering without firmware\n", __func__);
|
"registering without firmware\n", __func__);
|
||||||
|
|
||||||
printk(KERN_INFO "%s() waitsecs = %d\n", __func__, waitsecs);
|
dprintk(1, "%s() parameter debug = %d\n", __func__, debug);
|
||||||
|
dprintk(1, "%s() parameter waitsecs = %d\n", __func__, waitsecs);
|
||||||
|
|
||||||
fail_fw:
|
fail_fw:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user