diff options
Diffstat (limited to 'sound/soc/stm/stm32_spdifrx.c')
| -rw-r--r-- | sound/soc/stm/stm32_spdifrx.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/stm/stm32_spdifrx.c b/sound/soc/stm/stm32_spdifrx.c index ee71b898897b..cd4b235fce57 100644 --- a/sound/soc/stm/stm32_spdifrx.c +++ b/sound/soc/stm/stm32_spdifrx.c @@ -909,10 +909,8 @@ static int stm32_spdifrx_parse_of(struct platform_device *pdev,  	}  	spdifrx->irq = platform_get_irq(pdev, 0); -	if (spdifrx->irq < 0) { -		dev_err(&pdev->dev, "No irq for node %s\n", pdev->name); +	if (spdifrx->irq < 0)  		return spdifrx->irq; -	}  	return 0;  }  |