commit | 1f4757392cb3015c8a0d3a756c5cfefda98e8b24 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 30 15:45:16 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Feb 06 13:55:49 2016 +0100 |
tree | a8190eb9ec61f824de643b02b10dfc2b6ad5d0e0 | |
parent | 476e8afc6df20411efef987bbec901aee8b30075 [diff] |
video: Use 'int' for loop variables instead of short Using short doesn't save anything and is confusing when the width and height variables are ulong. This may fix Coverity CID134902 but I doubt it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>