mirror of https://github.com/hak5/openwrt-owl.git
parent
0becec394f
commit
02619c31b5
|
@ -178,9 +178,11 @@ static int vlynq_config_read(struct pci_bus *bus, unsigned int devfn, int where,
|
|||
case PCI_INTERRUPT_LINE:
|
||||
case PCI_CARDBUS_CIS:
|
||||
case PCI_CAPABILITY_LIST:
|
||||
case PCI_INTERRUPT_PIN:
|
||||
*val = 0;
|
||||
break;
|
||||
case PCI_INTERRUPT_PIN:
|
||||
*val = 1;
|
||||
break;
|
||||
default:
|
||||
printk("%s: Read of unknown register 0x%x (size %d)\n",
|
||||
dev->dev.bus_id, where, size);
|
||||
|
|
Loading…
Reference in New Issue