]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ata/pata_icside.c
Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm
[karo-tx-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;
 }