summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
db607f3)
src/am7xxx.c:423:6: warning: ‘ret’ may be used uninitialized in this function [-Wuninitialized]
If libusb_get_device_list() returned 0 we didn't have 'ret' properly
initialized.
+ /* everything went fine when building the device list */
+ ret = 0;
out:
libusb_free_device_list(list, 1);
return ret;
out:
libusb_free_device_list(list, 1);
return ret;