commit | 5b1d5bc690a9666b375496f5d680278f19687bc4 | [log] [tgz] |
---|---|---|
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | Wed May 06 14:10:22 2015 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Tue May 19 22:50:54 2015 +0900 |
tree | e03e69779fdf3bc893d08485cc6126ca55399b67 | |
parent | c0734fbaf49512dc62d544875bd9a4192329ce01 [diff] |
drm/exynos: 'win' is always unsigned The index for the hardware layer is always >=0. Previous code that also used -1 as special index is now gone. Also apply this to 'ch_enabled' (decon/fimd), since the variable is on the same line (and is again always unsigned). Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>