Module Name: src Committed By: nat Date: Thu Dec 22 23:06:11 UTC 2022
Modified Files:
src/sys/dev/scsipi: if_dse.c
Log Message:
Fix condition for ending the pacet read loop.
len is unsigned 16 bit so testing for less than zero is not valid.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/scsipi/if_dse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
