Chuck Ebbert wrote:
libata: fix last_ctl caching in ata_tf_read()
...
+ ap->last_ctl = tf_ctl | ATA_HOB;
That line should be: + ap->last_ctl = tf->ctl | ATA_HOB; Chuck: please fix that line, *test-compile* it, and submit again. Thanks. - To unsubscribe from this list: 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