diff options
author | Tom Rix <trix@redhat.com> | 2020-10-19 18:48:57 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-10-26 15:27:13 +0100 |
commit | ad26098970b637f4565b110df929d74eb2c2652e (patch) | |
tree | ffe9877e4c56b8ebda480af358b072ff323e306b /sound/soc/ti/davinci-mcasp.c | |
parent | ALSA: fix kernel-doc markups (diff) | |
download | linux-ad26098970b637f4565b110df929d74eb2c2652e.tar.xz linux-ad26098970b637f4565b110df929d74eb2c2652e.zip |
ALSA: remove unneeded break
A break is not needed if it is preceded by a return, goto
or break
Signed-off-by: Tom Rix <trix@redhat.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20201019164857.27223-1-trix@redhat.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/ti/davinci-mcasp.c')
-rw-r--r-- | sound/soc/ti/davinci-mcasp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/ti/davinci-mcasp.c b/sound/soc/ti/davinci-mcasp.c index a6b72ad53b43..2d85cc4c67fb 100644 --- a/sound/soc/ti/davinci-mcasp.c +++ b/sound/soc/ti/davinci-mcasp.c @@ -2385,7 +2385,6 @@ static int davinci_mcasp_probe(struct platform_device *pdev) dev_err(&pdev->dev, "No DMA controller found (%d)\n", ret); case -EPROBE_DEFER: goto err; - break; } if (ret) { |