]> sigrok.org Git - libsigrok.git/blobdiff - hardware/lascar-el-usb/api.c
Remove non-error hw_info_get() messages.
[libsigrok.git] / hardware / lascar-el-usb / api.c
index 210480cc727fc95a2dc5ea31f9c97bec3373bc57..e987570579838a318ad3b3b507e7a7147c6bdd1a 100644 (file)
@@ -216,7 +216,6 @@ static int hw_cleanup(void)
 static int hw_info_get(int info_id, const void **data,
                const struct sr_dev_inst *sdi)
 {
-
        (void)sdi;
 
        switch (info_id) {
@@ -227,7 +226,6 @@ static int hw_info_get(int info_id, const void **data,
                *data = hwcaps;
                break;
        default:
-               sr_err("Unknown info_id: %d.", info_id);
                return SR_ERR_ARG;
        }