Re: [PATCH v2 3/3] ASoC: mediatek: mt6797: Drop redundant probe error messages
From: Cezary Rojewski
Date: Thu Aug 20 2026 - 04:40:40 EST
On 8/19/2026 12:17 PM, phucduc.bui@xxxxxxxxx wrote:
From: bui duc phuc <phucduc.bui@xxxxxxxxx>Reviewed-by: Cezary Rojewski <cezary.rojewski@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>