]> git.karo-electronics.de Git - karo-tx-linux.git/commit
isci: Fix RNC suspend call for SCI_RESUMING state.
authorJeff Skirvin <jeffrey.d.skirvin@intel.com>
Fri, 9 Mar 2012 06:42:04 +0000 (22:42 -0800)
committerDan Williams <dan.j.williams@intel.com>
Fri, 13 Apr 2012 07:14:35 +0000 (00:14 -0700)
commite3f9103a679db678f5cc97d880018e7f2a3a5195
tree37cd4e8583b19cb2aac336756cff93546683f343
parent23098ba5835f64723b45e99d0568cb8ea548e850
isci: Fix RNC suspend call for SCI_RESUMING state.

Instead of immediately transitioning to the SCI_RNC_AWAIT_SUSPENSION
state, handle the SCI_RNC_RESUMING suspend transition from the
SCI_RNC_READY state like the SCI_RNC_INVALIDATING --> SCI_RNC_POSTING
transitions do now, by setting the destination state for the entry
into the READY state.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/remote_node_context.c