commit | 41abbf5afa51136bcb2aeefc80bf5c3a005d0aa3 | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Wed May 25 14:30:07 2016 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Sun Jun 19 14:37:28 2016 +0900 |
tree | 4d250d7be7f9b252c452d9fb52379cb788077fd9 | |
parent | f0fcf43f285cdbc1bbc372919d68aea0cf4483d6 [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> Signed-off-by: Inki Dae <inki.dae@samsung.com>