diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-20 21:50:54 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-20 21:50:54 +0000 |
| commit | 578d0eff90183f6bb6a9c529ca7ef67f01a17662 (patch) | |
| tree | 2c0305c112077574481c91ab5419d169d6341a3b /sys/dev/usb/usb_process.c | |
| parent | bdc081c60ff09707a85971b94c9177d16cc72033 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_process.c')
| -rw-r--r-- | sys/dev/usb/usb_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index 03542843f296..5ec46d1328a1 100644 --- a/sys/dev/usb/usb_process.c +++ b/sys/dev/usb/usb_process.c @@ -243,7 +243,7 @@ usb2_proc_msignal(struct usb2_process *up, void *_pm0, void *_pm1) struct usb2_proc_msg *pm0 = _pm0; struct usb2_proc_msg *pm1 = _pm1; struct usb2_proc_msg *pm2; - uint32_t d; + usb2_size_t d; uint8_t t; /* check if gone, return dummy value */ |
