[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 7/9] dku2libusb: whitespace cleanup
From: |
Ladislav Michl |
Subject: |
[PATCH 7/9] dku2libusb: whitespace cleanup |
Date: |
Sat, 25 Jan 2020 10:47:20 +0100 |
---
common/devices/dku2libusb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/devices/dku2libusb.c b/common/devices/dku2libusb.c
index fe5fc4f3..0a6eb8a1 100644
--- a/common/devices/dku2libusb.c
+++ b/common/devices/dku2libusb.c
@@ -469,7 +469,7 @@ static int usbfbus_connect_request(struct gn_statemachine
*state)
return 1;
err3:
- usb_release_interface(DEVINSTANCE(state)->interface->dev_data,
DEVINSTANCE(state)->interface->data_interface);
+ usb_release_interface(DEVINSTANCE(state)->interface->dev_data,
DEVINSTANCE(state)->interface->data_interface);
err2:
usb_release_interface(DEVINSTANCE(state)->interface->dev_data,
DEVINSTANCE(state)->interface->control_interface);
err1:
@@ -501,7 +501,7 @@ static int usbfbus_disconnect_request(struct
gn_statemachine *state)
ret = usb_close(DEVINSTANCE(state)->interface->dev_data);
if (ret < 0)
dprintf("Can't close data interface %d\n", ret);
- return ret;
+ return ret;
}
int fbusdku2usb_open(struct gn_statemachine *state)
--
2.25.0
- [PATCH 0/9] Refactor devices build, Ladislav Michl, 2020/01/25
- [PATCH 1/9] Move device_script into separate file, Ladislav Michl, 2020/01/25
- [PATCH 2/9] Cleanup device includes, Ladislav Michl, 2020/01/25
- [PATCH 3/9] configure.ac: do not mix library and device support checks, Ladislav Michl, 2020/01/25
- [PATCH 4/9] Remove nowhere used device_reset(), Ladislav Michl, 2020/01/25
- [PATCH 5/9] Remove misleading comments from tcp device, Ladislav Michl, 2020/01/25
- [PATCH 6/9] dku2libusb: move definitions into C file, Ladislav Michl, 2020/01/25
- [PATCH 7/9] dku2libusb: whitespace cleanup,
Ladislav Michl <=
- [PATCH 8/9] libfunctions: reimplement gn_lib_is_connectiontype_supported, Ladislav Michl, 2020/01/25
- [PATCH 9/9] Refactor devices build, Ladislav Michl, 2020/01/25
- Re: [PATCH 0/9] Refactor devices build, Pawel Kot, 2020/01/26