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