]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: use logical AND in exynos_drm_plane_check_size()
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>
Wed, 25 May 2016 12:30:07 +0000 (14:30 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Jun 2016 14:10:18 +0000 (16:10 +0200)
commit0291d403c258f760d3af382690cb647669f221f6
tree2bc0ff0b5e4711eda336dacc75098b2886c8fa8b
parent68e4c0ba5bb8950252f1bbc24a2caab68677691a
drm/exynos: use logical AND in exynos_drm_plane_check_size()

The current bitwise AND should result in the same assembler
but this is what the code is actually supposed to do.

Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1464179407-9004-1-git-send-email-tjakobi@math.uni-bielefeld.de
drivers/gpu/drm/exynos/exynos_drm_plane.c