summaryrefslogtreecommitdiff
path: root/include/drm/drm_edid.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-10-17 14:49:12 +0300
committerNoralf Trønnes <noralf@tronnes.org>2019-10-22 16:09:15 +0300
commitdc6015cb1c834ce39c0d3ff09b3f1818b70ba9ad (patch)
treee57ab5eb80e1a811a6f907e13ab917103ae70dbf /include/drm/drm_edid.h
parent64f1cc99ef96cc944c69828c67c33a97d26b48e0 (diff)
downloadlinux-dc6015cb1c834ce39c0d3ff09b3f1818b70ba9ad.tar.xz
drm/mipi_dbi: Use simple right shift instead of double negation
GCC complains about dubious bitwise OR operand: drivers/gpu/drm/drm_mipi_dbi.c:1024:49: warning: dubious: x | !y CC [M] drivers/gpu/drm/drm_mipi_dbi.o As long as buffer is consist of byte (u8) values, we may use simple right shift and satisfy compiler. It also reduces amount of operations needed. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Tested-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191017114912.61522-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'include/drm/drm_edid.h')
0 files changed, 0 insertions, 0 deletions