Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54653
b: refs/heads/master
c: 2833bf6
h: refs/heads/master
i:
  54651: d431ddf
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed May 8, 2007
1 parent cc3521c commit 616ff36
Show file tree
Hide file tree
Showing 3 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: 9730b5b06fee7ffd1f0150855f03cf319c0e004f
refs/heads/master: 2833bf68b9634a02895d9463349d8c21bd32ccf6
2 changes: 1 addition & 1 deletion trunk/arch/mips/sni/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static irqreturn_t sni_isa_irq_handler(int dummy, void *p)
struct irqaction sni_isa_irq = {
.handler = sni_isa_irq_handler,
.name = "ISA",
.flags = SA_SHIRQ
.flags = IRQF_SHARED
};

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sni_53c710.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int __init snirm710_probe(struct platform_device *dev)
host->this_id = 7;
host->base = base;
host->irq = platform_get_irq(dev, 0);
if(request_irq(host->irq, NCR_700_intr, SA_SHIRQ, "snirm710", host)) {
if(request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "snirm710", host)) {
printk(KERN_ERR "snirm710: request_irq failed!\n");
goto out_put_host;
}
Expand Down

0 comments on commit 616ff36

Please sign in to comment.