From: Felipe Pena Date: Fri, 18 Oct 2013 23:15:37 +0000 (-0300) Subject: [SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.c X-Git-Tag: v3.14-rc1~131^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28d108b7f9f3b51574edbf90505c467f1066c6e;p=pandora-kernel.git [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 Acked-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed