summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/Makefile
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2019-12-18 14:35:23 -0800
committerNeil Armstrong <narmstrong@baylibre.com>2020-02-13 10:21:08 +0100
commit2f8fcc7794c147fbb6c0b0e2e4d65876034ff874 (patch)
tree7f30c120007c4e26bd0004a120bf60b87eea1f8d /drivers/gpu/drm/bridge/Makefile
parentca1b885cbe9e03bb1464426784bda3a51a598eba (diff)
drm/bridge: ti-sn65dsi86: zero is never greater than an unsigned int
When we iterate over ti_sn_bridge_dp_rate_lut, there's no reason to start at index 0 which always contains the value 0. 0 is not a valid link rate. This change should have no real effect but is a small cleanup. Signed-off-by: Douglas Anderson <dianders@chromium.org> Tested-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191218143416.v3.2.Id445d0057bedcb0a190009e0706e9254c2fd48eb@changeid
Diffstat (limited to 'drivers/gpu/drm/bridge/Makefile')
0 files changed, 0 insertions, 0 deletions