From: Johannes Schellen Date: Fri, 11 Jan 2013 15:00:19 +0000 (-0300) Subject: [media] omap3isp: Fix histogram regions X-Git-Tag: v3.9-rc1~93^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58bc8b7e380554d2d32f8d7f776a019cefc8afbf;p=pandora-kernel.git [media] omap3isp: Fix histogram regions This patch fixes a bug which causes all histogram regions to start in the top left corner of the image. The histogram region coordinates are 16 bit values which share a 32 bit register. The bug is due to the region end value assignments overwriting the region start values with zero. Signed-off-by: Johannes Schellen Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed