commit | ace145802350e0f8eec4a40522a1b1d5a4f90114 | [log] [tgz] |
---|---|---|
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | Thu Apr 07 13:44:21 2022 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 19 16:32:06 2022 +0100 |
tree | 59f734e8aa78d945b74b194673ea297abff1bd73 | |
parent | 73f93db5c49b9f52c902e5dc6c750bf9832e0450 [diff] |
spi: mt65xx: Simplify probe function with devm_spi_alloc_master Switch to the devm variant of spi_alloc_master() to save some gotos. This patch is a cleanup that brings no functional changes. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20220407114428.167091-2-angelogioacchino.delregno@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>