projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
intel-iommu: move struct device_domain_info out of dma_remapping.h
[linux-2.6]
/
drivers
/
ata
/
pata_of_platform.c
diff --git
a/drivers/ata/pata_of_platform.c
b/drivers/ata/pata_of_platform.c
index
408da30
..
1f18ad9
100644
(file)
--- a/
drivers/ata/pata_of_platform.c
+++ b/
drivers/ata/pata_of_platform.c
@@
-52,7
+52,7
@@
static int __devinit pata_of_platform_probe(struct of_device *ofdev,
ret = of_irq_to_resource(dn, 0, &irq_res);
if (ret == NO_IRQ)
- irq_res.start = irq_res.end =
-1
;
+ irq_res.start = irq_res.end =
0
;
else
irq_res.flags = 0;