commit | 1293b6191010672c0c9dacae8f71c6f3e4d70cbe | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Mon Feb 05 21:09:59 2018 +0100 |
committer | Inki Dae <inki.dae@samsung.com> | Tue Feb 20 09:16:18 2018 +0900 |
tree | 10b023c68bbde807fc9bfc4904effa360dff25c3 | |
parent | a588a8bb7b25a3fb4f7fed00feb7aec541fc2632 [diff] |
drm/exynos: fix comparison to bitshift when dealing with a mask Due to a typo, the mask was destroyed by a comparison instead of a bit shift. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>