ata: pata_cmd64x: 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>
This commit is contained in:
Родитель
0f1c1294c7
Коммит
8705cb7f1b
|
@ -116,7 +116,7 @@ static void cmd64x_set_timing(struct ata_port *ap, struct ata_device *adev, u8 m
|
||||||
/* ata_timing_compute is smart and will produce timings for MWDMA
|
/* ata_timing_compute is smart and will produce timings for MWDMA
|
||||||
that don't violate the drives PIO capabilities. */
|
that don't violate the drives PIO capabilities. */
|
||||||
if (ata_timing_compute(adev, mode, &t, T, 0) < 0) {
|
if (ata_timing_compute(adev, mode, &t, T, 0) < 0) {
|
||||||
printk(KERN_ERR DRV_NAME ": mode computation failed.\n");
|
ata_dev_err(adev, DRV_NAME ": mode computation failed.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (ap->port_no) {
|
if (ap->port_no) {
|
||||||
|
@ -130,7 +130,7 @@ static void cmd64x_set_timing(struct ata_port *ap, struct ata_device *adev, u8 m
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printk(KERN_DEBUG DRV_NAME ": active %d recovery %d setup %d.\n",
|
ata_dev_dbg(adev, DRV_NAME ": active %d recovery %d setup %d.\n",
|
||||||
t.active, t.recover, t.setup);
|
t.active, t.recover, t.setup);
|
||||||
if (t.recover > 16) {
|
if (t.recover > 16) {
|
||||||
t.active += t.recover - 16;
|
t.active += t.recover - 16;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче