Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5c36fa6 authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Mauro Carvalho Chehab
Browse files

[media] staging: media: davinci_vpfe: fix ipipe_mode type

The variable can take negative values.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1].

[1]: http://permalink.gmane.org/gmane.linux.kernel/2038576



Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent cbb6f1f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -254,7 +254,7 @@ int config_ipipe_hw(struct vpfe_ipipe_device *ipipe)
	void __iomem *ipipe_base = ipipe->base_addr;
	void __iomem *ipipe_base = ipipe->base_addr;
	struct v4l2_mbus_framefmt *outformat;
	struct v4l2_mbus_framefmt *outformat;
	u32 color_pat;
	u32 color_pat;
	u32 ipipe_mode;
	int ipipe_mode;
	u32 data_path;
	u32 data_path;


	/* enable clock to IPIPE */
	/* enable clock to IPIPE */