From b28d108b7f9f3b51574edbf90505c467f1066c6e Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 18 Oct 2013 20:15:37 -0300 Subject: [PATCH] [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-format-patch failed