projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c8be3
)
ahci: convert ata_link_printk() to ata_link_warn()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Tue, 4 Dec 2012 04:39:31 +0000
(23:39 -0500)
committer
Jeff Garzik
<jgarzik@redhat.com>
Fri, 14 Dec 2012 14:38:50 +0000
(09:38 -0500)
Using ata_link_warn() instead of ata_link_printk().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libahci.c
patch
|
blob
|
history
diff --git
a/drivers/ata/libahci.c
b/drivers/ata/libahci.c
index 4201e535a8c897ce0acf5912f569f6c74448e7ec..320712a7b9eaac3174f3a96de8693b63dee5f1af 100644
(file)
--- a/
drivers/ata/libahci.c
+++ b/
drivers/ata/libahci.c
@@
-1384,7
+1384,7
@@
int ahci_pmp_retry_softreset(struct ata_link *link, unsigned int *class,
if (rc == -EIO) {
irq_sts = readl(port_mmio + PORT_IRQ_STAT);
if (irq_sts & PORT_IRQ_BAD_PMP) {
- ata_link_
printk(link, KERN_WARNING
,
+ ata_link_
warn(link
,
"applying PMP SRST workaround "
"and retrying\n");
rc = ahci_do_softreset(link, class, 0, deadline,