Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58769
b: refs/heads/master
c: c14d444
h: refs/heads/master
i:
  58767: 4bf45c9
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Jul 11, 2007
1 parent f33ca8f commit ce1320d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64c70b1cf43de158282bc1675918d503e5b15cc1
refs/heads/master: c14d444b55f285063a4018c10d521614b70b581a
4 changes: 2 additions & 2 deletions trunk/drivers/char/sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2721,9 +2721,9 @@ static void __devexit sx_pci_remove(struct pci_dev *pdev)
its because the standard requires it. So check for SUBVENDOR_ID. */
static struct pci_device_id sx_pci_tbl[] = {
{ PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8,
.subvendor = 0x0200,.subdevice = PCI_ANY_ID },
.subvendor = PCI_ANY_ID, .subdevice = 0x0200 },
{ PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8,
.subvendor = 0x0300,.subdevice = PCI_ANY_ID },
.subvendor = PCI_ANY_ID, .subdevice = 0x0300 },
{ 0 }
};

Expand Down

0 comments on commit ce1320d

Please sign in to comment.