Mark Lord wrote:
u8 ata_status = 0;
[...]
for (port = port0; port < port0 + MV_PORTS_PER_HC; port++) { - ap = host_set->ports[port]; + struct ata_port *ap = host_set->ports[port]; + struct mv_port_priv *pp = ap->private_data; hard_port = port & MV_PORT_MASK; /* range 0-3 */
Applied, even though it should be quite obvious that the patch does not apply to 2.6.16 at all; its missing your previous ata_status patch, which the upstream kernel has already included.
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