Mark Lord wrote:
--- sata_mv.c.alignment 2006-03-19 15:14:29.000000000 -0500
+++ sata_mv.c 2006-03-19 15:12:49.000000000 -0500
@@ -1180,7 +1180,6 @@
u32 hc_irq_cause;
int shift, port, port0, hard_port, handled;
unsigned int err_mask;
- u8 ata_status = 0;
if (hc == 0) {
port0 = 0;
@@ -1198,6 +1197,7 @@
hc,relevant,hc_irq_cause);
for (port = port0; port < port0 + MV_PORTS_PER_HC; port++) {
+ u8 ata_status = 0;
ACK, that's a bug (and fix) all right.
I'll wait and apply whatever cleaned-up patch arises out of this...
Jeff
-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html