- change a printk to PDEBUG when USB probe detects an unknown device.
This will avoid a message log from usbvision when an unclaimed device is inserted.
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
model = devid->driver_info;
if ( (model<0) || (model>=usbvision_device_data_size) ) {
- printk(KERN_INFO "model out of bounds %d\n",model);
+ PDEBUG(DBG_PROBE, "model out of bounds %d",model);
return -ENODEV;
}
printk(KERN_INFO "%s: %s found\n", __FUNCTION__,