Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269326
b: refs/heads/master
c: 6013995
h: refs/heads/master
v: v3
  • Loading branch information
Yong Zhang authored and Jeff Garzik committed Oct 8, 2011
1 parent 69230a5 commit 830cf53
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: 37210fbe1ddcd91b0331877fae81645978b5c3b1
refs/heads/master: 6013995af69a2f4f22b3f3274972742edacc44ac
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_mpc52xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ mpc52xx_ata_probe(struct platform_device *op)
}

task_irq = bcom_get_task_irq(dmatsk);
ret = request_irq(task_irq, &mpc52xx_ata_task_irq, IRQF_DISABLED,
ret = request_irq(task_irq, &mpc52xx_ata_task_irq, 0,
"ATA task", priv);
if (ret) {
dev_err(&op->dev, "error requesting DMA IRQ\n");
Expand Down

0 comments on commit 830cf53

Please sign in to comment.