mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
libata: ensure NCQ error result taskfile is fully initialized
before returning it via qc->result_tf. Cc: stable@kernel.org Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
4c44f309cd
commit
a09bf4cd53
@ -1628,6 +1628,7 @@ void ata_eh_analyze_ncq_error(struct ata_link *link)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* okay, this error is ours */
|
/* okay, this error is ours */
|
||||||
|
memset(&tf, 0, sizeof(tf));
|
||||||
rc = ata_eh_read_log_10h(dev, &tag, &tf);
|
rc = ata_eh_read_log_10h(dev, &tag, &tf);
|
||||||
if (rc) {
|
if (rc) {
|
||||||
ata_link_printk(link, KERN_ERR, "failed to read log page 10h "
|
ata_link_printk(link, KERN_ERR, "failed to read log page 10h "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user