From ad1407b5c526254d604c2d22d48cf6190a47a7b0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 20 Jan 2013 18:59:57 +0100 Subject: [PATCH] sr_hw_info() shouldn't log invalid requests. That's a valid use-case (for now) and not an actual error. --- source/drv-api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/drv-api.c b/source/drv-api.c index fee866e..64f5ee1 100644 --- a/source/drv-api.c +++ b/source/drv-api.c @@ -124,7 +124,6 @@ static int hw_info_get(int info_id, const void **data, switch (info_id) { /* TODO */ default: - sr_err("Unknown info_id: %d.", info_id); return SR_ERR_ARG; } -- 2.30.2