Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75449
b: refs/heads/master
c: 4c993f7
h: refs/heads/master
i:
  75447: 58cb429
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 14, 2008
1 parent 2adbaf3 commit d2937a6
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: 9f31c05ea0f5690d002ae30710fc0fbe0f0c201f
refs/heads/master: 4c993f76698bcee594f081a295f1b8f48f58062a
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
return ret;
}

static void __devexit
static void
qla2x00_remove_one(struct pci_dev *pdev)
{
scsi_qla_host_t *ha;
Expand Down Expand Up @@ -2965,7 +2965,7 @@ static struct pci_driver qla2xxx_pci_driver = {
},
.id_table = qla2xxx_pci_tbl,
.probe = qla2x00_probe_one,
.remove = __devexit_p(qla2x00_remove_one),
.remove = qla2x00_remove_one,
.err_handler = &qla2xxx_err_handler,
};

Expand Down

0 comments on commit d2937a6

Please sign in to comment.