ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
[deliverable/linux.git] / drivers / ata / pata_icside.c
index 9f2889fe43b25e26f085d2973df935b6243c79b0..52e7e7b8c74f6cf960245ace818adc8053cbfff4 100644 (file)
@@ -210,8 +210,8 @@ static void pata_icside_set_dmamode(struct ata_port *ap, struct ata_device *adev
        else
                iomd_type = 'A', cycle = 562;
 
-       ata_dev_printk(adev, KERN_INFO, "timings: act %dns rec %dns cyc %dns (%c)\n",
-               t.active, t.recover, t.cycle, iomd_type);
+       ata_dev_info(adev, "timings: act %dns rec %dns cyc %dns (%c)\n",
+                    t.active, t.recover, t.cycle, iomd_type);
 
        state->port[ap->port_no].speed[adev->devno] = cycle;
 }
This page took 0.027811 seconds and 5 git commands to generate.