9
0
Fork 0

ata: Make 'already initialized' a debug message

This is only interesting for the debug case.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-06-20 15:57:43 +02:00
parent e72805590c
commit b4fba89c5f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}