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. Cristian Ciocaltea (5): spi: amd: Limit max transfer and message size spi: amd: Make use of devm_spi_alloc_master() spi: amd: Make use of dev_err_probe() spi: amd: Drop io_base_addr member from struct amd_spi spi: amd: Add struct and enum kernel-doc comments drivers/spi/spi-amd.c | 53 ++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 23 deletions(-) -- 2.36.1