]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: ep93xx: switch to managed controller allocation
authorJohan Hovold <johan@kernel.org>
Wed, 29 Apr 2026 09:13:24 +0000 (11:13 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 May 2026 13:09:25 +0000 (22:09 +0900)
commit01500b2cb05ab60b6eb7b8a24a56bad45296227c
tree52e0fac50e42820a4c9ee85b466969a2b60ada97
parent6bd505e710aa612cf57f7894a10d00c99d600226
spi: ep93xx: switch to managed controller allocation

Switch to device managed controller allocation to simplify error
handling and to avoid having to take another reference during
deregistration.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260429091333.165363-11-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ep93xx.c