Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15626
b: refs/heads/master
c: 0a21ef1
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley committed Dec 14, 2005
1 parent b987fc7 commit 2f91a50
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7f23e146a122966bd58e5da9c16a0e12385f09fc
refs/heads/master: 0a21ef1e603096a8f57fcd7fa0b8b53e7147d3b9
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,9 @@ qla2xxx_remove_one(struct pci_dev *pdev)

static struct pci_driver qla2xxx_pci_driver = {
.name = "qla2xxx",
.owner = THIS_MODULE,
.driver = {
.owner = THIS_MODULE,
},
.id_table = qla2xxx_pci_tbl,
.probe = qla2xxx_probe_one,
.remove = __devexit_p(qla2xxx_remove_one),
Expand Down

0 comments on commit 2f91a50

Please sign in to comment.