mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 11:26:22 -04:00
[SCSI] lpfc 8.3.41: Fix mailbox byteswap issue on PPC
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
5a0916b4d2
commit
445fd0809e
@@ -10161,7 +10161,6 @@ lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq,
|
||||
*/
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user