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:
53c8ba9
)
libata: fix G5 SATA broken on -rc5
author
Hugh Dickins
<
[email protected]
>
Thu, 5 Jun 2008 13:44:39 +0000
(14:44 +0100)
committer
Linus Torvalds
<
[email protected]
>
Thu, 5 Jun 2008 15:36:37 +0000
(08:36 -0700)
Fix G5 SATA irq 18: nobody cared, reported on -rc5 by Olaf Hering:
fixlet to
a57c1bade5a0ee5cd8b74502db9cbebb7f5780b2
libata-sff:
Fix oops reported in kerneloops.org for pnp devices with no ctl
Signed-off-by: Hugh Dickins <
[email protected]
>
Acked-by: Alan Cox <
[email protected]
>
Tested-by: Olaf Hering <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/ata/libata-sff.c
patch
|
blob
|
history
diff --git
a/drivers/ata/libata-sff.c
b/drivers/ata/libata-sff.c
index 90d20c615ef59e28db733dba6330c386673a5e1a..215d18672a5a9c62a00c43d5b3678b3bc5638242 100644
(file)
--- a/
drivers/ata/libata-sff.c
+++ b/
drivers/ata/libata-sff.c
@@
-278,7
+278,7
@@
static u8 ata_sff_irq_status(struct ata_port *ap)
return status;
}
/* Clear INTRQ latch */
- status = a
ta_
sff_check_status(ap);
+ status = a
p->ops->
sff_check_status(ap);
return status;
}