Re: [PATCH] soc: mediatek: mtk-svs: delete node name check

From: Matthias Brugger
Date: Tue Feb 14 2023 - 08:56:01 EST




On 11/02/2023 12:37, Roger Lu (陸瑞傑) wrote:
On Fri, 2023-02-10 at 13:01 +0100, AngeloGioacchino Del Regno wrote:
Il 09/02/23 17:24, matthias.bgg@xxxxxxxxxx ha scritto:
From: Matthias Brugger <matthias.bgg@xxxxxxxxx>

The function svs_add_device_link is called only internally from the SoC
specific probe functions. We don't need to check if the node_name is
null because that would mean that we have a buggy SoC probe function in
the first place.

Signed-off-by: Matthias Brugger <matthias.bgg@xxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <
angelogioacchino.delregno@xxxxxxxxxxxxx>

Reviewed-by: Roger Lu <roger.lu@xxxxxxxxxxxx>

Applied, thanks for the reviews.
Matthias