Re: [PATCH v2 08/13] ASoC: mediatek: mt8189: Remove redundant error message
From: AngeloGioacchino Del Regno
Date: Mon Sep 14 2026 - 10:52:12 EST
On 9/14/26 09:28, 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() and dev_err_probe() call is redundant and can be removed.
Signed-off-by: bui duc phuc <phucduc.bui@xxxxxxxxx>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>