]> git.baikalelectronics.ru Git - kernel.git/commit
libata: report link resume failure as KERN_WARNING instead of ERR
authorTejun Heo <tj@kernel.org>
Fri, 1 Jul 2011 13:12:09 +0000 (15:12 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 23 Jul 2011 22:02:51 +0000 (18:02 -0400)
commit33dbb4f1e724af660ac32d4e1e98e3810b0a58eb
tree57c45c14219b5707f33624655faa77566574ac33
parent7a2fec31720375aef9e8a385e7c9184daf9f7f96
libata: report link resume failure as KERN_WARNING instead of ERR

Link resume failure in itself isn't an error condition and may happen
regularly depending on hardware configuration.  Reporting it as
KERN_ERR makes the condition unnecessarily prominent (e.g. reported
during boot).  Use KERN_WARNING instead.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: David Shaw <dshaw@jabberwocky.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/ata/libata-core.c