]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/api.c
Remove non-error hw_info_get() messages.
[libsigrok.git] / hardware / alsa / api.c
index 4591fee4093c05e14744184a0c21cc743b9f9af7..5731346132d1b59a18b90c33463b381325f56607 100644 (file)
@@ -163,7 +163,6 @@ static int hw_info_get(int info_id, const void **data,
                *data = &devc->supp_rates;
                break;
        default:
-               sr_err("Invalid info_id: %d.", info_id);
                return SR_ERR_ARG;
        }