mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 06:02:59 +00:00
*smack* - forgot to do i386 compile, so last
commit broke things.
This commit is contained in:
parent
757cabc30b
commit
52c008534d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164349
@ -4694,7 +4694,7 @@ mpt_scsi_tgt_atio(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc)
|
||||
len = min(tgt->resid, cdbp[4]);
|
||||
len = min(len, sizeof (null_iqd));
|
||||
mpt_lprt(mpt, MPT_PRT_DEBUG,
|
||||
"local inquiry %ld bytes\n", len);
|
||||
"local inquiry %ld bytes\n", (long) len);
|
||||
mpt_scsi_tgt_local(mpt, req, lun, 1,
|
||||
null_iqd, len);
|
||||
return;
|
||||
@ -4705,7 +4705,7 @@ mpt_scsi_tgt_atio(struct mpt_softc *mpt, request_t *req, uint32_t reply_desc)
|
||||
len = min(tgt->resid, cdbp[4]);
|
||||
len = min(len, sizeof (buf));
|
||||
mpt_lprt(mpt, MPT_PRT_DEBUG,
|
||||
"local reqsense %ld bytes\n", len);
|
||||
"local reqsense %ld bytes\n", (long) len);
|
||||
mpt_scsi_tgt_local(mpt, req, lun, 1,
|
||||
buf, len);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user