projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
46ebffe
)
am7xxx-modeswitch: remove unneeded assignment
author
Antonio Ospite <ao2@ao2.it>
Wed, 10 Jun 2015 10:21:41 +0000
(12:21 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 10 Jun 2015 13:17:49 +0000
(15:17 +0200)
examples/am7xxx-modeswitch.c
patch
|
blob
|
history
diff --git
a/examples/am7xxx-modeswitch.c
b/examples/am7xxx-modeswitch.c
index
8e528c6
..
475ff4b
100644
(file)
--- a/
examples/am7xxx-modeswitch.c
+++ b/
examples/am7xxx-modeswitch.c
@@
-35,7
+35,7
@@
int main(void)
{
int ret;
int transferred;
{
int ret;
int transferred;
- libusb_device_handle *usb_device
= NULL
;
+ libusb_device_handle *usb_device;
unsigned int len;
unsigned int len;