commit | 38941c9521e9ee6064b402dd460ac9dd2df89890 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Jul 01 15:12:09 2011 +0200 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Jul 23 18:02:51 2011 -0400 |
tree | 57c45c14219b5707f33624655faa77566574ac33 | |
parent | 345347c5d767332d7352f220808fe9b5e4af8c6b [diff] |
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>