Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228328
b: refs/heads/master
c: abb9eb7
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Greg Kroah-Hartman committed Dec 10, 2010
1 parent d4eac20 commit c8613ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 270b64bb4cf27a2ad7819bad89d8c9d8a66ba1b8
refs/heads/master: abb9eb75a34cbd34ee4e9160ac349eff91b926d8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/phison/phison.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int phison_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
return ret;
}

static const struct pci_device_id phison_pci_tbl[] = {
static DEFINE_PCI_DEVICE_TABLE(phison_pci_tbl) = {
{ PCI_VENDOR_ID_PHISON, PCI_DEVICE_ID_PS5000, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_IDE << 8, 0xffff00, 0 },
{ 0, },
Expand Down

0 comments on commit c8613ae

Please sign in to comment.