Prev: [PATCH 06/10] perf/trace/scripting: workqueue-stats script cleanup
Next: [099/117] sparc64: Use kstack_valid() in die_if_kernel().
From: Greg KH on 10 May 2010 19:30 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ before returning it via qc->result_tf. From: Jeff Garzik <jeff(a)garzik.org> commit a09bf4cd53b8ab000197ef81f15d50f29ecf973c upstream. Signed-off-by: Jeff Garzik <jgarzik(a)redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/ata/libata-eh.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c @@ -1619,6 +1619,7 @@ void ata_eh_analyze_ncq_error(struct ata } /* okay, this error is ours */ + memset(&tf, 0, sizeof(tf)); rc = ata_eh_read_log_10h(dev, &tag, &tf); if (rc) { ata_link_printk(link, KERN_ERR, "failed to read log page 10h " -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |