From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 3/3] ata: Make 'already initialized' a debug message
Date: Thu, 20 Jun 2013 16:00:54 +0200 [thread overview]
Message-ID: <1371736854-7543-4-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1371736854-7543-1-git-send-email-s.hauer@pengutronix.de>
This is only interesting for the debug case.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
drivers/ata/disk_ata_drive.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/disk_ata_drive.c b/drivers/ata/disk_ata_drive.c
index e96d98d..ee1709e 100644
--- a/drivers/ata/disk_ata_drive.c
+++ b/drivers/ata/disk_ata_drive.c
@@ -290,7 +290,7 @@ int ata_port_detect(struct ata_port *port)
int ret;
if (port->initialized) {
- dev_info(&port->class_dev, "already initialized\n");
+ dev_dbg(&port->class_dev, "already initialized\n");
return 0;
}
--
1.8.3.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2013-06-20 14:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 14:00 [PATCH] more ata patches Sascha Hauer
2013-06-20 14:00 ` [PATCH 1/3] ata: ide: embed ata_ioports into struct ide_port and export it Sascha Hauer
2013-06-20 14:00 ` [PATCH 2/3] ata: pata-imx: implement detect callback for hardware device Sascha Hauer
2013-06-20 14:00 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371736854-7543-4-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox