public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/18] lpfc 8.3.42: Fixed function mode field defined too small for not recognizing dual-chute mode
@ 2013-09-06 16:19 James Smart
  0 siblings, 0 replies; only message in thread
From: James Smart @ 2013-09-06 16:19 UTC (permalink / raw)
  To: linux-scsi

Fixed function mode field defined too small for not recognizing dual-chute mode


Signed-off-by: James Smart <james.smart@emulex.com>

 ---

 lpfc_sli4.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff -upNr a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h
--- a/drivers/scsi/lpfc/lpfc_sli4.h	2013-09-04 13:18:04.000000000 -0400
+++ b/drivers/scsi/lpfc/lpfc_sli4.h	2013-09-06 10:04:10.607058455 -0400
@@ -523,7 +523,7 @@ struct lpfc_sli4_hba {
 	struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */
 	struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */
 
-	uint8_t fw_func_mode;	/* FW function protocol mode */
+	uint32_t fw_func_mode;	/* FW function protocol mode */
 	uint32_t ulp0_mode;	/* ULP0 protocol mode */
 	uint32_t ulp1_mode;	/* ULP1 protocol mode */
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-06 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 16:19 [PATCH 6/18] lpfc 8.3.42: Fixed function mode field defined too small for not recognizing dual-chute mode James Smart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox