Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e39eec13 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] Build fix WRT ata_is_xxx() new API introduction



Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 76326ac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1987,7 +1987,7 @@ static void ata_eh_link_report(struct ata_link *link)
				 dma_str[qc->dma_dir]);
		}

		if (is_atapi_taskfile(&qc->tf))
		if (ata_is_atapi(qc->tf.protocol))
			snprintf(cdb_buf, sizeof(cdb_buf),
				 "cdb %02x %02x %02x %02x %02x %02x %02x %02x  "
				 "%02x %02x %02x %02x %02x %02x %02x %02x\n         ",