On 26-01-21, 17:58, Uwe Kleine-König wrote: > All amba drivers return 0 in their remove callback. Together with the > driver core ignoring the return value anyhow, it doesn't make sense to > return a value here. > > Change the remove prototype to return void, which makes it explicit that > returning an error value doesn't work as expected. This simplifies changing > the core remove callback to return void, too. > > Reviewed-by: Ulf Hansson <ulf.hans...@linaro.org> > Reviewed-by: Arnd Bergmann <a...@arndb.de> > Acked-by: Alexandre Belloni <alexandre.bell...@bootlin.com> > Acked-by: Dmitry Torokhov <dmitry.torok...@gmail.com> > Acked-by: Krzysztof Kozlowski <k...@kernel.org> # for drivers/memory > Acked-by: Mark Brown <broo...@kernel.org> > Acked-by: Dmitry Torokhov <dmitry.torok...@gmail.com> > Acked-by: Linus Walleij <linus.wall...@linaro.org> > Signed-off-by: Uwe Kleine-König <u.kleine-koe...@pengutronix.de> > --- > drivers/amba/bus.c | 5 ++--- > drivers/char/hw_random/nomadik-rng.c | 3 +-- > drivers/dma/pl330.c | 3 +--
For dmaengine: Acked-By: Vinod Koul <vk...@kernel.org> -- ~Vinod