Fix a typo in mfi_stp_cmd() that would give wrong assignment.
Submitted by: Sascha Wildner <saw online de> Obtained from: DragonFly rev 0dc98fff2206d7bb78ce5e07ac34d6954e4bd96a MFC after: 3 days
This commit is contained in:
parent
5c737b11df
commit
0e47e251a9
@ -2997,7 +2997,7 @@ mfi_stp_cmd(struct mfi_softc *sc, struct mfi_command *cm,caddr_t arg)
|
||||
cm->cm_frame->stp.sgl.sg64[i].len =
|
||||
ioc->mfi_sgl[i].iov_len;
|
||||
} else {
|
||||
cm->cm_frame->stp.sgl.sg32[i].len =
|
||||
cm->cm_frame->stp.sgl.sg32[i].addr =
|
||||
kern_sge[i].phys_addr;
|
||||
cm->cm_frame->stp.sgl.sg32[i].len =
|
||||
ioc->mfi_sgl[i].iov_len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user