Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94203
b: refs/heads/master
c: 6002db8
h: refs/heads/master
i:
  94201: 615ce7b
  94199: aa54018
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Apr 28, 2008
1 parent 2390806 commit 1a83337
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: 8224c3b166db81a8dbd128df455453897fe2b48b
refs/heads/master: 6002db8287cdf9a8497aa345be2d27936a3b6a52
2 changes: 1 addition & 1 deletion trunk/drivers/video/bf54x-lq043fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ static int __init bfin_bf54x_probe(struct platform_device *pdev)
goto out7;
}

if (request_irq(info->irq, (void *)bfin_bf54x_irq_error, IRQF_DISABLED,
if (request_irq(info->irq, bfin_bf54x_irq_error, IRQF_DISABLED,
"PPI ERROR", info) < 0) {
printk(KERN_ERR DRIVER_NAME
": unable to request PPI ERROR IRQ\n");
Expand Down

0 comments on commit 1a83337

Please sign in to comment.