Commit 3dede7f9 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Damien Le Moal
Browse files

ata: pata_cypress: convert printk() calls



Convert printk() calls to structured logging.

Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
parent 0d43bff5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ static void cy82c693_set_piomode(struct ata_port *ap, struct ata_device *adev)
	u32 addr;
	u32 addr;


	if (ata_timing_compute(adev, adev->pio_mode, &t, T, 1) < 0) {
	if (ata_timing_compute(adev, adev->pio_mode, &t, T, 1) < 0) {
		printk(KERN_ERR DRV_NAME ": mome computation failed.\n");
		ata_dev_err(adev, DRV_NAME ": mome computation failed.\n");
		return;
		return;
	}
	}