]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5a165405661738b3f18b3a277167698934a94b3
tree24ccc2b4ea2c5eb5629c11f893a14bf9d4f37d65
parent3831688583794e778877710b569e3be64bf401f6
parent3a170dd4e76190705e9b04102bb50bbd07ac63a1
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.