Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4bd4cd0 authored by Boaz Harrosh's avatar Boaz Harrosh Committed by James Bottomley
Browse files

[SCSI] lpfc: add missed data buffer accessor



This is an addendum to:

 commit a0b4f78f
 Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
    [SCSI] lpfc: convert to use the data buffer accessors

One place was missed in the merge

Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
Acked-by: default avatarJames Smart <James.Smart@Emulex.Com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent d0f656ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ lpfc_handle_fcp_err(struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd,
					"underrun converted to error "
					"Data: x%x x%x x%x\n",
					phba->brd_no, vpi, cmnd->cmnd[0],
					cmnd->request_bufflen,
					scsi_bufflen(cmnd),
					scsi_get_resid(cmnd), cmnd->underflow);
			host_status = DID_ERROR;
		}