Home
last modified time | relevance | path

Searched hist:"2 b80b4e246e4f20aec84c15e4da229d07a4c6fad" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dvideo_bmp.c2b80b4e246e4f20aec84c15e4da229d07a4c6fad Sat Jan 30 22:45:16 UTC 2016 Simon Glass <sjg@chromium.org> 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>