Re: [PATCH v2 4/4] ASoC: mediatek: mt8183: Drop redundant probe error messages

From: Cezary Rojewski

Date: Wed Aug 26 2026 - 14:33:48 EST


On 8/21/2026 2:29 PM, phucduc.bui@xxxxxxxxx wrote:
From: bui duc phuc <phucduc.bui@xxxxxxxxx>

The errors handled here are already reported by the called functions,
either directly or deeper in the call chain. Therefore, the additional
dev_err() calls are redundant and can be removed.

Signed-off-by: bui duc phuc <phucduc.bui@xxxxxxxxx>
Reviewed-by: Cezary Rojewski <cezary.rojewski@xxxxxxxxx>