mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
MFp4: Fix typo in recv spd.
MFC after: 1 week
This commit is contained in:
parent
8673ed1565
commit
5cc9512ae2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169127
@ -1706,7 +1706,7 @@ fw_rcv_copy(struct fw_rcv_buf *rb)
|
||||
struct tcode_info *tinfo;
|
||||
u_int res, i, len, plen;
|
||||
|
||||
rb->xfer->recv.spd -= rb->spd;
|
||||
rb->xfer->recv.spd = rb->spd;
|
||||
|
||||
pkt = (struct fw_pkt *)rb->vec->iov_base;
|
||||
tinfo = &rb->fc->tcode[pkt->mode.hdr.tcode];
|
||||
|
Loading…
Reference in New Issue
Block a user