projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99da09f
)
pata_imx: convert ata_dev_printk() to ata_dev_info()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 4 Dec 2012 04:38:58 +0000
(23:38 -0500)
committer
Jeff Garzik
<jgarzik@redhat.com>
Fri, 14 Dec 2012 14:38:46 +0000
(09:38 -0500)
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>
drivers/ata/pata_imx.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_imx.c
b/drivers/ata/pata_imx.c
index
87bb05b
..
7d40b52
100644
(file)
--- a/
drivers/ata/pata_imx.c
+++ b/
drivers/ata/pata_imx.c
@@
-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;
}