commit | 95bbbe9a6663635b6cdef20c01c0ea32ec6987e4 | [log] [tgz] |
---|---|---|
author | Gabriele Mazzotta <gabriele.mzt@gmail.com> | Thu Jan 08 19:41:34 2015 +0100 |
committer | Tejun Heo <tj@kernel.org> | Fri Jan 09 17:04:12 2015 -0500 |
tree | a15847214ff915c701e789baaae74ae5f0b03a05 | |
parent | e61f7d1c3c07a7e51036b0796749edb00deff845 [diff] |
ahci: Use dev_info() to inform about the lack of Device Sleep support According to the Serial ATA AHCI specification, Device Sleep is an optional feature and as such no errors should be printed if it's missing. Keep informing users, but use dev_info() instead of dev_err(). Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>