commit | 7f7cdef7288a7da117a54249b680b04f503f8a67 | [log] [tgz] |
---|---|---|
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | Thu Apr 07 13:44:22 2022 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 19 16:32:07 2022 +0100 |
tree | 6daeb81cc7188644c9c4edbe28276bc54aa59224 | |
parent | ace145802350e0f8eec4a40522a1b1d5a4f90114 [diff] |
spi: mt65xx: Switch to device_get_match_data() Instead of performing yet another match check in the probe function, simply switch to device_get_match_data(). This is a cleanup and brings no functional change. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20220407114428.167091-3-angelogioacchino.delregno@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>