X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/14b6a47d284966d034259b433028e25c5adcd9bd..a27837d8dd8b78b4fcc9224d83d2f85fdf8eb19f:/src/am7xxx.c diff --git a/src/am7xxx.c b/src/am7xxx.c index 114027e..11c259d 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -464,6 +464,8 @@ static int scan_devices(am7xxx_context *ctx, scan_op op, goto out; } + /* everything went fine when building the device list */ + ret = 0; out: libusb_free_device_list(list, 1); return ret;