From ad42e8d414cb4a6e61316a3f10a5a5528f35ed79 Mon Sep 17 00:00:00 2001 From: Togo 77 Date: Wed, 7 Dec 2022 18:08:03 -0300 Subject: [PATCH] techpack: asoc: codecs: silence spam log log: wcdcal_hwdep_ioctl_shared: codec didn't set this 0!! wcdcal_hwdep_ioctl_shared: codec didn't set this 3!! wcdcal_hwdep_ioctl_shared: codec didn't set this 4!! wcdcal_hwdep_ioctl_shared: codec didn't set this 5!! Change-Id f1e2c26de2f55db5cba8b244e52b3eef2b056526 Signed-off-by: TogoFire --- techpack/audio/asoc/codecs/wcdcal-hwdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techpack/audio/asoc/codecs/wcdcal-hwdep.c b/techpack/audio/asoc/codecs/wcdcal-hwdep.c index f098f723b86b..b72fcf53eade 100644 --- a/techpack/audio/asoc/codecs/wcdcal-hwdep.c +++ b/techpack/audio/asoc/codecs/wcdcal-hwdep.c @@ -72,7 +72,7 @@ static int wcdcal_hwdep_ioctl_shared(struct snd_hwdep *hw, void *data; if (!test_bit(fw_user.cal_type, fw_data->cal_bit)) { - pr_err("%s: codec didn't set this %d!!\n", + pr_debug("%s: codec didn't set this %d!!\n", __func__, fw_user.cal_type); return -EFAULT; }