mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Fix minor indentation/formatting nit. (No code changes.)
This commit is contained in:
parent
479439b4fe
commit
983b3659b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135933
@ -616,7 +616,7 @@ ugenclose(struct cdev *dev, int flag, int mode, usb_proc_ptr p)
|
||||
|
||||
if (sce->bulkreq.buf != NULL)
|
||||
free(sce->bulkreq.buf, M_USBDEV);
|
||||
if (sce->bulkreq.xfer != NULL) {
|
||||
if (sce->bulkreq.xfer != NULL) {
|
||||
ugen_rdcb(sce->bulkreq.xfer, sce, USBD_INTERRUPTED);
|
||||
usbd_free_xfer(sce->bulkreq.xfer);
|
||||
sce->bulkreq.xfer = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user