Skip to content

Commit

Permalink
pata_imx: convert ata_dev_printk() to ata_dev_info()
Browse files Browse the repository at this point in the history
Using ata_dev_info() instead of ata_dev_printk().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Wei Yongjun authored and Jeff Garzik committed Dec 14, 2012
1 parent 99da09f commit 22c8be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int pata_imx_set_mode(struct ata_link *link, struct ata_device **unused)
val &= ~PATA_IMX_ATA_CTRL_IORDY_EN;
__raw_writel(val, priv->host_regs + PATA_IMX_ATA_CONTROL);

ata_dev_printk(dev, KERN_INFO, "configured for PIO\n");
ata_dev_info(dev, "configured for PIO\n");
}
return 0;
}
Expand Down

0 comments on commit 22c8be3

Please sign in to comment.