1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

o fix typo

This commit is contained in:
Masahide MAEKAWA 1999-08-29 02:05:12 +00:00
parent 03705cdeb7
commit 52b18414f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50538

View File

@ -474,7 +474,7 @@ ugenread(dev, uio, flag)
DPRINTFN(1, ("ugenread: start transfer %d bytes\n", n));
tn = n;
r = usbd_bulk_transfer(reqh, sce->pipeh, 0,
UBSD_NO_TIMEOUT, buf,
USBD_NO_TIMEOUT, buf,
&tn, "ugenrb");
if (r != USBD_NORMAL_COMPLETION) {
if (r == USBD_INTERRUPTED)