Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 6 Jun 2024 14:25:15 +0000 (16:25 +0200)
committer
Guenter Roeck <linux@roeck-us.net>
Sat, 8 Jun 2024 23:07:32 +0000 (16:07 -0700)
Use spi_get_device_match_data() helper to simplify a bit the driver.
Also kernel_ulong_t type is preferred for kernel code over uintptr_t
(needed for the cast).