]> 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)
commit50c35fc835b882eb01e9907ee848de6b4ab878a2
tree24ccc2b4ea2c5eb5629c11f893a14bf9d4f37d65
parent6cd8dea6229190225f2761d6a045897bb59626f0
parent7e3fbf6f14a8a08d3344740fefe216a5a9ea7c4d
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.