spi: AMD SPI controller driver bug fix and cleanups
authorMark Brown <broonie@kernel.org>
Wed, 6 Jul 2022 19:37:03 +0000 (20:37 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 6 Jul 2022 19:37:35 +0000 (20:37 +0100)
Merge series from Cristian Ciocaltea <cristian.ciocaltea@collabora.com>:

This patch series addresses an issue in the spi-amd driver and, while
there, performs some additional cleanups, like simplifying the error
handling in the probe function and removing an unused struct member.

For improving code readability, it also adds some kernel-doc comments.


Trivial merge