mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-03-28 05:02:44 +01:00
Remove unneeded logs
This commit is contained in:
@@ -51,8 +51,6 @@ static long vendor_reset_ioctl_reset(struct file * filp, unsigned long arg)
|
|||||||
if (!pcidev)
|
if (!pcidev)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
pci_info(pcidev, "Found device\n");
|
|
||||||
|
|
||||||
for(entry = vendor_reset_devices; entry->vendor; ++entry)
|
for(entry = vendor_reset_devices; entry->vendor; ++entry)
|
||||||
{
|
{
|
||||||
if (entry->vendor != pcidev->vendor)
|
if (entry->vendor != pcidev->vendor)
|
||||||
@@ -88,7 +86,6 @@ static long vendor_reset_ioctl_reset(struct file * filp, unsigned long arg)
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pci_info(pcidev, "Acquired lock\n");
|
|
||||||
|
|
||||||
if (entry->ops->pre_reset)
|
if (entry->ops->pre_reset)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user