Re: [PATCH] ahci: Use dev_info() to inform about the lack of Device Sleep support
From: Tejun Heo <tj@kernel.org>
Date: 2015-01-09 21:54:08
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2015-01-09 21:54:08
Also in:
lkml
On Thu, Jan 08, 2015 at 07:41:34PM +0100, Gabriele Mazzotta wrote:
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().
Does this condition actually occur? The cap's advertise that the controller does DEVSLP but the port register doesn't have it? Thanks. -- tejun