ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
[deliverable/linux.git] / drivers / ata / pata_macio.c
index d39c10b61f2bf490abcc2e3f9c30d2c70bbcd68b..b057e3fa44bcac0b39193335ab559e7bec314891 100644 (file)
@@ -813,7 +813,7 @@ static int pata_macio_slave_config(struct scsi_device *sdev)
                blk_queue_update_dma_pad(sdev->request_queue, 31);
 
                /* Tell the world about it */
-               ata_dev_printk(dev, KERN_INFO, "OHare alignment limits applied\n");
+               ata_dev_info(dev, "OHare alignment limits applied\n");
                return 0;
        }
 
@@ -839,8 +839,7 @@ static int pata_macio_slave_config(struct scsi_device *sdev)
                                      cmd | PCI_COMMAND_INVALIDATE);
 
                /* Tell the world about it */
-               ata_dev_printk(dev, KERN_INFO,
-                              "K2/Shasta alignment limits applied\n");
+               ata_dev_info(dev, "K2/Shasta alignment limits applied\n");
        }
 
        return 0;
This page took 0.023924 seconds and 5 git commands to generate.