[PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in the probe function

Subsystems: sound, sound - soc layer / dynamic audio power management (asoc), stm32 audio (asoc) drivers, the rest

STALE1829d

5 messages, 2 authors, 2021-08-11 · open the first message on its own page

[PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in the probe function

From: Tang Bin <hidden>
Date: 2021-08-11 11:55:04

The function stm32_spdifrx_parse_of() is only called by the function
stm32_spdifrx_probe(), and the probe function is only called with
an openfirmware platform device. Therefore there is no need to check
the device_node in probe function.

Signed-off-by: Zhang Shengju <redacted>
Signed-off-by: Tang Bin <redacted>
---
 sound/soc/stm/stm32_spdifrx.c | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/sound/soc/stm/stm32_spdifrx.c b/sound/soc/stm/stm32_spdifrx.c
index 48145f553..8fe822903 100644
--- a/sound/soc/stm/stm32_spdifrx.c
+++ b/sound/soc/stm/stm32_spdifrx.c
@@ -908,13 +908,9 @@ static const struct of_device_id stm32_spdifrx_ids[] = {
 static int stm32_spdifrx_parse_of(struct platform_device *pdev,
 				  struct stm32_spdifrx_data *spdifrx)
 {
-	struct device_node *np = pdev->dev.of_node;
 	const struct of_device_id *of_id;
 	struct resource *res;
 
-	if (!np)
-		return -ENODEV;
-
 	of_id = of_match_device(stm32_spdifrx_ids, &pdev->dev);
 	if (of_id)
 		spdifrx->regmap_conf =
-- 
2.20.1.windows.1




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Re: [PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in the probe function

From: Mark Brown <broonie@kernel.org>
Date: 2021-08-11 11:59:07

On Wed, Aug 11, 2021 at 07:55:23PM +0800, Tang Bin wrote:
The function stm32_spdifrx_parse_of() is only called by the function
stm32_spdifrx_probe(), and the probe function is only called with
an openfirmware platform device. Therefore there is no need to check
the device_node in probe function.
What is the benefit of not doing the check?  It seems like reasonable
defensive programming.

Re: [PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in theprobe function

From: tangbin <hidden>
Date: 2021-08-11 12:09:07

Hi Mark:

On 2021/8/11 19:58, Mark Brown wrote:
On Wed, Aug 11, 2021 at 07:55:23PM +0800, Tang Bin wrote:
quoted
The function stm32_spdifrx_parse_of() is only called by the function
stm32_spdifrx_probe(), and the probe function is only called with
an openfirmware platform device. Therefore there is no need to check
the device_node in probe function.
What is the benefit of not doing the check?  It seems like reasonable
defensive programming.
I think it's unnecessary, because we all know than the probe function is 
only trigger if

the device and the driver matches, and the trigger mode is just Device 
Tree. So the device_node

must be exist in the probe function if it works. That's the reason why I 
think it's redundant.

Thanks

Tang Bin




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Re: [PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in theprobe function

From: Mark Brown <broonie@kernel.org>
Date: 2021-08-11 12:20:21

On Wed, Aug 11, 2021 at 08:09:00PM +0800, tangbin wrote:
On 2021/8/11 19:58, Mark Brown wrote:
quoted
On Wed, Aug 11, 2021 at 07:55:23PM +0800, Tang Bin wrote:
quoted
quoted
The function stm32_spdifrx_parse_of() is only called by the function
stm32_spdifrx_probe(), and the probe function is only called with
an openfirmware platform device. Therefore there is no need to check
the device_node in probe function.
quoted
What is the benefit of not doing the check?  It seems like reasonable
defensive programming.
I think it's unnecessary, because we all know than the probe function is
only trigger if
the device and the driver matches, and the trigger mode is just Device Tree.
So the device_node
must be exist in the probe function if it works. That's the reason why I
think it's redundant.
I see why it is redundant, I don't see what problem this redudnancy
causes.

Re: [PATCH] ASoC: stm32: spdifrx: Delete unnecessary check in the probe function

From: tangbin <hidden>
Date: 2021-08-11 12:29:20

Hi Mark:

On 2021/8/11 20:19, Mark Brown wrote:
On Wed, Aug 11, 2021 at 08:09:00PM +0800, tangbin wrote:
quoted
On 2021/8/11 19:58, Mark Brown wrote:
quoted
On Wed, Aug 11, 2021 at 07:55:23PM +0800, Tang Bin wrote:
quoted
The function stm32_spdifrx_parse_of() is only called by the function
stm32_spdifrx_probe(), and the probe function is only called with
an openfirmware platform device. Therefore there is no need to check
the device_node in probe function.
What is the benefit of not doing the check?  It seems like reasonable
defensive programming.
I think it's unnecessary, because we all know than the probe function is
only trigger if
the device and the driver matches, and the trigger mode is just Device Tree.
So the device_node
must be exist in the probe function if it works. That's the reason why I
think it's redundant.
I see why it is redundant, I don't see what problem this redudnancy
causes.
Maybe not, just be redundant. If you think that's ok, just drop this patch.

I'm sorry to trouble you.

Thanks

Tang Bin




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help