aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sprd/sprd-mcdt.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-09-15 10:31:44 +0100
committerMark Brown <broonie@kernel.org>2019-09-15 10:31:44 +0100
commita54f8485727e6e85b5dfe1d9708b80d13fe8bf5f (patch)
tree9d38878259b080ffa01e1e398094906ee4e988fe /sound/soc/sprd/sprd-mcdt.c
parent7e0d8442e4fbc1e2033607d3b9e7d9c7d8a404ec (diff)
parentfca11622d600228bec405456f41590155b3a3eca (diff)
downloadlinux-a54f8485727e6e85b5dfe1d9708b80d13fe8bf5f.tar.gz
Merge branch 'asoc-5.4' into asoc-next
Diffstat (limited to 'sound/soc/sprd/sprd-mcdt.c')
-rw-r--r--sound/soc/sprd/sprd-mcdt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/sprd/sprd-mcdt.c b/sound/soc/sprd/sprd-mcdt.c
index 7448015a4935..f439e5503a3c 100644
--- a/sound/soc/sprd/sprd-mcdt.c
+++ b/sound/soc/sprd/sprd-mcdt.c
@@ -959,10 +959,8 @@ static int sprd_mcdt_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, mcdt);
irq = platform_get_irq(pdev, 0);
- if (irq < 0) {
- dev_err(&pdev->dev, "Failed to get MCDT interrupt\n");
+ if (irq < 0)
return irq;
- }
ret = devm_request_irq(&pdev->dev, irq, sprd_mcdt_irq_handler,
0, "sprd-mcdt", mcdt);