commit | dda5bdf074da3782ff9e785ee50cd2a3f214d498 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Mon Nov 04 16:57:02 2019 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Nov 06 00:04:04 2019 -0500 |
tree | 9357b4a5a3875836d537007ae4e90473e6818591 | |
parent | 2332e6e475b016e2026763f51333f84e2e6c57a3 [diff] |
scsi: lpfc: Fix dynamic fw log enablement check The recently posted patch had a typo that incorrectly tested the receiving function. Fix the typo (change == to !=) Fixes: 95bfc6d8ad86 ("scsi: lpfc: Make FW logging dynamically configurable") Link: https://lore.kernel.org/r/20191105005708.7399-6-jsmart2021@gmail.com Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>