Fix mailbox byteswap issue on PPC Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- lpfc_sli.c | 1 - 1 file changed, 1 deletion(-) diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c --- a/drivers/scsi/lpfc/lpfc_sli.c 2013-07-15 07:15:01.997055473 -0400 +++ b/drivers/scsi/lpfc/lpfc_sli.c 2013-07-15 07:15:08.819055628 -0400 @@ -10161,7 +10161,6 @@ lpfc_sli_issue_mbox_wait(struct lpfc_hba */ if (pmboxq->mbox_flag & LPFC_MBX_WAKE) { retval = MBX_SUCCESS; - lpfc_sli4_swap_str(phba, pmboxq); } else { retval = MBX_TIMEOUT; pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html