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)
commit41cae19e4ca424036bf4d57a5f9fb4258511546d
tree24ccc2b4ea2c5eb5629c11f893a14bf9d4f37d65
parentacfc34f008c3e66bbcb7b9162c80c8327b6e800f
parent55861e36b663f6e584d1b0659c1c5cec0ce26a5d
spi: AMD SPI controller driver bug fix and cleanups

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.