diff options
author | Dan Williams <dan.j.williams@intel.com> | 2012-06-22 06:25:42 (GMT) |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-07-20 07:58:47 (GMT) |
commit | b9d5c6b7ef570bea0d22746944d7b58fa7f17b13 (patch) | |
tree | 30976ba8c1e87478747fef775be6ab73f57a0a38 /drivers/scsi/pcmcia | |
parent | 36fed4980529b3d4090fcb677ad46b27e270be40 (diff) | |
download | linux-fsl-qoriq-b9d5c6b7ef570bea0d22746944d7b58fa7f17b13.tar.xz |
[SCSI] cleanup setting task state in scsi_error_handler()
A quick reading of scsi_error_handler() one could come away with the
impression that it does its wakeup event check while the task state is
TASK_RUNNING. In fact it sets TASK_INTERRUPTIBLE at the bottom of the
loop, but that is ~50 lines down.
Just set TASK_INTERRUPTIBLE at the top of loop and be done.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/pcmcia')
0 files changed, 0 insertions, 0 deletions