Pierre-Louis Bossart
6692dc07fa
ASoC: atmel: atmel-i2s: remove useless initialization
...
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>
2021-03-31 18:03:16 +01:00
..
2021-01-21 12:37:44 +00:00
2021-03-31 18:03:14 +01:00
2021-03-31 18:03:16 +01:00
2021-01-21 12:37:46 +00:00
2021-01-21 12:37:47 +00:00
2021-01-21 12:37:48 +00:00
2021-03-31 17:16:14 +01:00
2021-03-29 17:28:13 +01:00
2021-03-29 17:28:16 +01:00
2021-03-31 17:16:14 +01:00
2021-03-31 13:52:47 +01:00
2021-01-21 12:38:08 +00:00
2021-01-13 11:36:16 +00:00
2021-03-31 17:16:14 +01:00
2021-03-10 13:07:14 +00:00
2021-03-10 13:07:06 +00:00
2021-03-10 13:07:05 +00:00
2021-03-31 17:16:14 +01:00
2021-01-21 12:37:50 +00:00
2021-03-12 20:45:41 +00:00
2021-03-16 13:29:37 +00:00
2021-03-29 17:28:19 +01:00
2020-12-28 12:24:45 +00:00
2021-02-05 15:03:03 +00:00
2021-03-10 13:07:07 +00:00
2021-03-31 13:52:48 +01:00
2021-03-17 13:10:46 +00:00
2021-03-10 13:07:15 +00:00
2021-01-21 12:36:24 +00:00
2021-01-21 12:36:24 +00:00
2021-03-25 13:58:06 +00:00
2021-03-19 12:24:03 +00:00
2021-03-19 12:24:05 +00:00
2021-03-10 13:08:46 +00:00
2021-03-19 12:24:04 +00:00
2020-10-09 15:11:20 +01:00
2020-12-09 12:13:38 +00:00
2021-03-10 13:06:53 +00:00
2021-03-25 13:58:06 +00:00
2021-02-02 17:08:21 +00:00
2021-03-10 13:06:57 +00:00