commit | 39bf86092b477f56f5cfdbf0a0475aed3731ee32 | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Wed May 25 14:30:07 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jun 10 16:10:18 2016 +0200 |
tree | 2bc0ff0b5e4711eda336dacc75098b2886c8fa8b | |
parent | ae4df11a0f538b83781cf120a78dde32b0070600 [diff] |
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