Skip to content

Commit

Permalink
techpack: asoc: codecs: silence spam log
Browse files Browse the repository at this point in the history
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 <italomellopereira@gmail.com>
  • Loading branch information
TogoFire committed Jan 9, 2023
1 parent 95d9063 commit ad42e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techpack/audio/asoc/codecs/wcdcal-hwdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ad42e8d

Please sign in to comment.