commit | b28d108b7f9f3b51574edbf90505c467f1066c6e | [log] [tgz] |
---|---|---|
author | Felipe Pena <felipensp@gmail.com> | Fri Oct 18 20:15:37 2013 -0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu Dec 19 07:39:03 2013 -0800 |
tree | f567fc8bfcd3c7853f697f90ddd9d85832f7509a | |
parent | 11f8a7b31f2140b0dc164bb484281235ffbe51d3 [diff] |
[SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.c On lpfc_debugfs_initialize function the dumpHostSlim member setup happens when 'phba->sli_rev < LPFC_SLI_REV4' is true, however when it is false NULL has been assigned to debug_dumpHBASlim instead of debug_dumpHostSlim. Signed-off-by: Felipe Pena <felipensp@gmail.com> Acked-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>