|
@@ -1628,6 +1628,7 @@ void ata_eh_analyze_ncq_error(struct ata_link *link)
|
|
|
}
|
|
|
|
|
|
/* 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 "
|