Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ata: pata_cypress: convert printk() calls

Convert printk() calls to structured logging.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

authored by

Hannes Reinecke and committed by
Damien Le Moal
3dede7f9 0d43bff5

+1 -1
+1 -1
drivers/ata/pata_cypress.c
··· 62 62 u32 addr; 63 63 64 64 if (ata_timing_compute(adev, adev->pio_mode, &t, T, 1) < 0) { 65 - printk(KERN_ERR DRV_NAME ": mome computation failed.\n"); 65 + ata_dev_err(adev, DRV_NAME ": mome computation failed.\n"); 66 66 return; 67 67 } 68 68