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:
parent
03705cdeb7
commit
52b18414f4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50538
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user