]> git.ipfire.org Git - thirdparty/linux.git/commit
media: dvb-frontends/cxd2820r: use new GPIO line value setter callbacks
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 16 Jun 2025 07:18:50 +0000 (09:18 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 17 Jun 2025 08:35:12 +0000 (10:35 +0200)
commit13518ae3203fdbb86d05b9e9916d4907cea518a4
treeac8b06797ef0c5560c12e8c391a6d56a64273ad4
parentce5cac69b2edac3e3246fee03e8f4c2a1075238b
media: dvb-frontends/cxd2820r: use new GPIO line value setter callbacks

struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. Convert the driver to using
them.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/dvb-frontends/cxd2820r_core.c