projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db6346
)
[PATCH] scheduled removal of SA_XXX interrupt flags: ata fix
author
Andrew Morton
<akpm@osdl.org>
Wed, 14 Feb 2007 08:33:20 +0000
(
00:33
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:55 +0000
(08:09 -0800)
SA_SHIRQ is going away.
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ata/sata_inic162x.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_inic162x.c
b/drivers/ata/sata_inic162x.c
index c5335f422801f85200003812ba82aa0f9a9b23a4..31b636fac98e6fa366dcc3f756d3b5e70a66ecb7 100644
(file)
--- a/
drivers/ata/sata_inic162x.c
+++ b/
drivers/ata/sata_inic162x.c
@@
-710,7
+710,7
@@
static int inic_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
probe_ent->n_ports = NR_PORTS;
probe_ent->irq = pdev->irq;
- probe_ent->irq_flags =
SA_SHIRQ
;
+ probe_ent->irq_flags =
IRQF_SHARED
;
probe_ent->iomap = iomap;