]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.c
authorFelipe Pena <felipensp@gmail.com>
Fri, 18 Oct 2013 23:15:37 +0000 (20:15 -0300)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 17 Dec 2013 14:26:32 +0000 (06:26 -0800)
commit2573a9a4751e38eaf1aed2a9720f8dbb0cc685d0
tree0e04c10c02f05f3637798c9a8b44ac9e0516e11b
parenta05248a1c1bc005292d8ce675a9e63e4f623b91a
[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>
drivers/scsi/lpfc/lpfc_debugfs.c