isci: Manage the LLHANG timer enable/disable per-device.
The LLHANG timer should be enabled once per device. This patch corrects both the timer enable and the timer disable for the remote device. Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Dan Williams

vecāks
447bfbcee0
revīzija
9608b6408e
@@ -615,8 +615,7 @@ enum sci_status sci_remote_node_context_suspend(
|
||||
if ((suspend_reason == SCI_SW_SUSPEND_NORMAL) ||
|
||||
(suspend_reason == SCI_SW_SUSPEND_LINKHANG_DETECT)) {
|
||||
|
||||
if ((suspend_reason == SCI_SW_SUSPEND_LINKHANG_DETECT)
|
||||
&& dev_is_sata(idev->domain_dev))
|
||||
if (suspend_reason == SCI_SW_SUSPEND_LINKHANG_DETECT)
|
||||
isci_dev_set_hang_detection_timeout(idev, 0x00000001);
|
||||
|
||||
sci_remote_device_post_request(
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user