All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ahci: convert ata_link_printk() to ata_link_warn()
@ 2012-12-04  4:39 Wei Yongjun
  2012-12-14 14:39 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2012-12-04  4:39 UTC (permalink / raw)
  To: jgarzik; +Cc: yongjun_wei, linux-ide

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Using ata_link_warn() instead of ata_link_printk().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/ata/libahci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index 4201e53..320712a 100644
--- 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,



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] ahci: convert ata_link_printk() to ata_link_warn()
  2012-12-04  4:39 [PATCH -next] ahci: convert ata_link_printk() to ata_link_warn() Wei Yongjun
@ 2012-12-14 14:39 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2012-12-14 14:39 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: yongjun_wei, linux-ide

On 12/03/2012 11:39 PM, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
>
> Using ata_link_warn() instead of ata_link_printk().
>
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
>   drivers/ata/libahci.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

applied all three




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-14 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04  4:39 [PATCH -next] ahci: convert ata_link_printk() to ata_link_warn() Wei Yongjun
2012-12-14 14:39 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.