]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/bridge: ti-sn65dsi86: remove unnecessary GPIO line direction check
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 20 Jun 2025 07:49:51 +0000 (09:49 +0200)
committerDouglas Anderson <dianders@chromium.org>
Thu, 26 Jun 2025 14:32:45 +0000 (07:32 -0700)
commitbffc0692359f8d06d989657c00b274802a791692
tree320a8f0536edcb3ede94c601c67a1653fe880a39
parente6565e76e977422cb9e51fe872a2bcfdbc321b7b
drm/bridge: ti-sn65dsi86: remove unnecessary GPIO line direction check

As of commit 92ac7de3175e3 ("gpiolib: don't allow setting values on input
lines"), the GPIO core makes sure values cannot be set on input lines.
Remove the unnecessary check.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20250620074951.32758-1-brgl@bgdev.pl
drivers/gpu/drm/bridge/ti-sn65dsi86.c