Files
u-boot-tk1-som/drivers
Jeroen Hofstee e6e9cff2dc video: ipu_disp: squash clang warning
Since rgb2ycbcr_coeff and friends are declared const, but assigned
to a void pointer, clang will warn that the const is implicity casted
away. If the pointer is changed to void const * gcc will warn when it
is implicitly casted to a const int array. Just add a correctly
typed pointer instead to prevent these casts and hence the warnings.

Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
2014-08-11 17:52:21 +02:00
..
2014-07-23 14:08:37 +01:00
2014-08-09 11:17:04 -04:00
2014-06-11 16:27:05 -04:00
2014-08-06 00:18:01 +05:30
2014-08-09 11:17:04 -04:00
2014-08-09 11:17:04 -04:00