Re: [patch] libata: fix last_ctl caching in ata_tf_read()

2007-07-20 Thread Jeff Garzik
Chuck Ebbert wrote: libata: fix last_ctl caching in ata_tf_read() last_ctl was not cached properly. (Pointed out by Tejun Heo.) Signed-off-by: Chuck Ebbert [EMAIL PROTECTED] --- (Apply after Petr's patch to fix SMART bugs.) drivers/ata/libata-sff.c |4 1 file changed, 4

[patch] libata: fix last_ctl caching in ata_tf_read()

2007-07-17 Thread Chuck Ebbert
libata: fix last_ctl caching in ata_tf_read() last_ctl was not cached properly. (Pointed out by Tejun Heo.) Signed-off-by: Chuck Ebbert [EMAIL PROTECTED] --- (Apply after Petr's patch to fix SMART bugs.) drivers/ata/libata-sff.c |4 1 file changed, 4 insertions(+) ---

[patch] libata: fix last_ctl caching in ata_tf_read()

2007-07-16 Thread Chuck Ebbert
libata: fix last_ctl caching in ata_tf_read() last_ctl was not cached properly. (Pointed out by Tejun Heo.) Signed-off-by: Chuck Ebbert [EMAIL PROTECTED] --- (Apply after Petr's patch to fix the sense data.) drivers/ata/libata-sff.c |5 + 1 file changed, 5 insertions(+) ---

Re: [patch] libata: fix last_ctl caching in ata_tf_read()

2007-07-16 Thread Mark Lord
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