Re: [PATCH 3/3] ASoC: mediatek: mt2701: Drop redundant probe error messages

From: Cezary Rojewski

Date: Tue Aug 18 2026 - 07:24:55 EST


On 8/17/2026 12:49 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>