mbox series

[0/2] iio: resolver: ad2s1210: small cleanups

Message ID 20231012-ad2s1210-mainline-v1-0-b2ee31c0e9dd@baylibre.com (mailing list archive)
Headers show
Series iio: resolver: ad2s1210: small cleanups | expand

Message

David Lechner Oct. 12, 2023, 4:18 p.m. UTC
This series contains a few small cleanups for the ad2s1210 resolver
driver following up from the previous series[1].

[1] https://lore.kernel.org/linux-iio/20231012092522.27ef48dd@jic23-huawei

---
David Lechner (2):
      iio: resolver: ad2s1210: remove DRV_NAME macro
      iio: resolver: ad2s1210: remove of_match_ptr()

 drivers/iio/resolver/ad2s1210.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
---
base-commit: 291e45eeeb901b1d22b74ac5ea48cab3c407c705
change-id: 20231012-ad2s1210-mainline-d80cc13acdce

Best regards,

Comments

Jonathan Cameron Oct. 14, 2023, 12:54 p.m. UTC | #1
On Thu, 12 Oct 2023 11:18:11 -0500
David Lechner <dlechner@baylibre.com> wrote:

> This series contains a few small cleanups for the ad2s1210 resolver
> driver following up from the previous series[1].
> 
> [1] https://lore.kernel.org/linux-iio/20231012092522.27ef48dd@jic23-huawei
> 
> ---
> David Lechner (2):
>       iio: resolver: ad2s1210: remove DRV_NAME macro
>       iio: resolver: ad2s1210: remove of_match_ptr()
> 
>  drivers/iio/resolver/ad2s1210.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> ---
> base-commit: 291e45eeeb901b1d22b74ac5ea48cab3c407c705
> change-id: 20231012-ad2s1210-mainline-d80cc13acdce
> 
> Best regards,

Applied.  Thanks,

J