Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9706
b: refs/heads/master
c: 1fcce83
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Oct 9, 2005
1 parent bde8c6d commit 752a1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7f726d125d570f38b9e7c8a2decebc39c0a343dc
refs/heads/master: 1fcce839a541ffcd50da99a1bfdfea594be0e3d3
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#define DRV_NAME "sata_sil24"
#define DRV_VERSION "0.22" /* Silicon Image's preview driver was 0.10 */

#define NR_PORTS 4

/*
* Port request block (PRB) 32 bytes
*/
Expand Down Expand Up @@ -244,6 +242,7 @@ static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
static struct pci_device_id sil24_pci_tbl[] = {
{ 0x1095, 0x3124, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3124 },
{ 0x1095, 0x3132, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3132 },
{ } /* terminate list */
};

static struct pci_driver sil24_pci_driver = {
Expand Down

0 comments on commit 752a1e7

Please sign in to comment.