Commit 657f2117 authored by David Lechner's avatar David Lechner Committed by Greg Kroah-Hartman
Browse files

spi: axi-spi-engine: use devm_spi_alloc_host()



[ Upstream commit e12cd96e ]

This modifies the AXI SPI Engine driver to use devm_spi_alloc_host()
instead of spi_alloc_host() to simplify the code a bit.

In addition to simplifying the error paths in the probe function, we
can also remove spi_controller_get/put() calls in the remove function
since devm_spi_alloc_host() sets a flag to no longer decrement the
controller reference count in the spi_unregister_controller() function.

Signed-off-by: default avatarDavid Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20231117-axi-spi-engine-series-1-v1-4-cc59db999b87@baylibre.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Stable-dep-of: 0064db9c ("spi: axi-spi-engine: fix version format string")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent be632e90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment