Commit f9f6d750 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/media/radio/radio-maestro.c

parent 34c07067
...@@ -285,8 +285,6 @@ int __init maestro_radio_init(void) ...@@ -285,8 +285,6 @@ int __init maestro_radio_init(void)
{ {
register __u16 found=0; register __u16 found=0;
struct pci_dev *pcidev = NULL; struct pci_dev *pcidev = NULL;
if(!pci_present())
return -ENODEV;
while(!found && (pcidev = pci_find_device(PCI_VENDOR_ESS, while(!found && (pcidev = pci_find_device(PCI_VENDOR_ESS,
PCI_DEVICE_ID_ESS_ESS1968, PCI_DEVICE_ID_ESS_ESS1968,
pcidev))) pcidev)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment