From: Nobuhiro Iwamatsu Date: Thu, 29 Jan 2015 00:53:54 +0000 (-0200) Subject: [media] v4l: vsp1: Fix VI6_DPR_ROUTE_FP_MASK macro X-Git-Tag: omap-for-v4.3/fixes-rc1~26^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa7890324b497f96f07c20673fae58f26fabfe7;p=pandora-kernel.git [media] v4l: vsp1: Fix VI6_DPR_ROUTE_FP_MASK macro FP bit of VI6_DPR_mod_ROUTE register is 6bit. But VI6_DPR_ROUTE_FP_MASK is set to 0xFF, this will mask until the reserve bit. This fixes size for VI6_DPR_ROUTE_FP_MASK. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed