mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Cppcheck complains:
sound/soc/atmel/atmel-i2s.c:628:6: style: Redundant initialization for 'err'. The initialized value is overwritten before it is read. [redundantInitialization]
err = devm_request_irq(&pdev->dev, irq, atmel_i2s_interrupt, 0,
^
sound/soc/atmel/atmel-i2s.c:598:10: note: err is initialized
int err = -ENXIO;
^
sound/soc/atmel/atmel-i2s.c:628:6: note: err is overwritten
err = devm_request_irq(&pdev->dev, irq, atmel_i2s_interrupt, 0,
^
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20210326215927.936377-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
|
||
|---|---|---|
| .. | ||
| atmel_ssc_dai.c | ||
| atmel_ssc_dai.h | ||
| atmel_wm8904.c | ||
| atmel-classd.c | ||
| atmel-classd.h | ||
| atmel-i2s.c | ||
| atmel-pcm-dma.c | ||
| atmel-pcm-pdc.c | ||
| atmel-pcm.h | ||
| atmel-pdmic.c | ||
| atmel-pdmic.h | ||
| Kconfig | ||
| Makefile | ||
| mchp-i2s-mcc.c | ||
| mchp-spdifrx.c | ||
| mchp-spdiftx.c | ||
| mikroe-proto.c | ||
| sam9g20_wm8731.c | ||
| sam9x5_wm8731.c | ||
| tse850-pcm5142.c | ||