Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286792
b: refs/heads/master
c: c808d3d
h: refs/heads/master
v: v3
  • Loading branch information
Finn Thain authored and Geert Uytterhoeven committed Jan 22, 2012
1 parent 4883bd5 commit 50aaf14
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: 37be2c86f0fbd89b66792008767e688c819b7c32
refs/heads/master: c808d3d839ab70c87a6c9356c50569c87661378e
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/mac_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,7 @@ static int __devinit esp_mac_probe(struct platform_device *dev)
esp_chips[dev->id] = esp;
mb();
if (esp_chips[!dev->id] == NULL) {
err = request_irq(host->irq, mac_scsi_esp_intr, 0,
"Mac ESP", NULL);
err = request_irq(host->irq, mac_scsi_esp_intr, 0, "ESP", NULL);
if (err < 0) {
esp_chips[dev->id] = NULL;
goto fail_free_priv;
Expand Down

0 comments on commit 50aaf14

Please sign in to comment.