libata: set device class to NONE if phys_offline
authorTejun Heo <tj@kernel.org>
Tue, 21 Oct 2008 15:31:34 +0000 (00:31 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 23 Oct 2008 00:42:43 +0000 (20:42 -0400)
commit816ab89782ac139a8b65147cca990822bb7e8675
tree066f5e76a52f2cc5b6ad23c2606911dbe3af4921
parenta568d1d2e2aff4f114b087c06bfd350e945ad6cf
libata: set device class to NONE if phys_offline

Reset methods don't have access to phys link status for slave links
and may incorrectly indicate device presence causing unnecessary probe
failures for unoccupied links.  This patch clears device class to NONE
during post-reset processing if phys link is offline.

As on/offlineness semantics is strictly defined and used in multiple
places by the core layer, this won't change behavior for drivers which
don't use slave links.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-eh.c