diff options
author | Himanshu Madhani | 2017-10-16 20:26:05 +0200 |
---|---|---|
committer | Martin K. Petersen | 2017-10-17 05:12:36 +0200 |
commit | 1010f21ecf8ac43be676d498742de18fa6c20987 (patch) | |
tree | 61dffeb0eb6aea82331fe605d4c86de0329741a9 /tools | |
parent | scsi: zfcp: fix erp_action use-before-initialize in REC action trace (diff) | |
download | kernel-qcow2-linux-1010f21ecf8ac43be676d498742de18fa6c20987.tar.gz kernel-qcow2-linux-1010f21ecf8ac43be676d498742de18fa6c20987.tar.xz kernel-qcow2-linux-1010f21ecf8ac43be676d498742de18fa6c20987.zip |
scsi: qla2xxx: Initialize Work element before requesting IRQs
commit a9e170e28636 ("scsi: qla2xxx: Fix uninitialized work element")
moved initializiation of work element earlier in the probe to fix call
stack. However, it still leaves a window where interrupt can be
generated before work element is initialized. Fix that window by
initializing work element before we are requesting IRQs.
[mkp: fixed typos]
Fixes: a9e170e28636 ("scsi: qla2xxx: Fix uninitialized work element")
Cc: <stable@vger.kernel.org> # 4.13
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Quinn Tran <quinn.tran@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions