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

Commit 88f93a31 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

[PATCH] libata: report which drive is causing mode problems



Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent d33d44fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1739,7 +1739,7 @@ static int ata_host_set_pio(struct ata_port *ap)
			continue;

		if (!dev->pio_mode) {
			printk(KERN_WARNING "ata%u: no PIO support\n", ap->id);
			printk(KERN_WARNING "ata%u: no PIO support for device %d.\n", ap->id, i);
			return -1;
		}