From: Sakari Ailus Date: Tue, 15 Apr 2014 18:22:11 +0000 (-0300) Subject: [media] smiapp: Scaling goodness is signed X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca6bf5432dafb44791128c3e181c59ec87af041;p=pandora-kernel.git [media] smiapp: Scaling goodness is signed The "best" value was unsigned however, leading to signed-to-unsigned comparison and wrong results. Possibly only on a newer GCC. Fix this by making the best value signed as well. Signed-off-by: Sakari Ailus Reviewed-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed