linux-stable/drivers/gpu/drm/mcde
Linus Walleij b23490cbb2 drm/mcde: Do not needlessly logically and with 3
The i index i always 0..3 in these statements so there
is no need to tag "& 3" to clamp it to 3 here. Make
the operator precedence explicit even if it's correct
as it is, the paranthesis creates less cognitive stress
for humans.

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191122072508.25677-1-linus.walleij@linaro.org
2019-11-24 18:04:08 +01:00
..
Kconfig
Makefile
mcde_display.c drm/mcde: Handle pending vblank while disabling display 2019-11-09 22:19:14 +01:00
mcde_display_regs.h
mcde_drm.h drm/mcde: Fix frame sync setup for video mode panels 2019-11-09 22:18:51 +01:00
mcde_drv.c drm/mcde: Fix frame sync setup for video mode panels 2019-11-09 22:18:51 +01:00
mcde_dsi.c drm/mcde: Do not needlessly logically and with 3 2019-11-24 18:04:08 +01:00
mcde_dsi_regs.h drm/mcde: Reuse global DSI command defs 2019-11-24 18:03:32 +01:00