On Tue, Dec 11, 2012 at 02:11:52PM +0100, Laurent Pinchart wrote:
> drivers/media/platform/omap3isp/ispcsiphy.c: In function
> ‘csiphy_routing_cfg’:
> drivers/media/platform/omap3isp/ispcsiphy.c:71:57: warning: ‘shift’
> may be used uninitialized in this function [-Wuninitialized]
> drivers/media/platform/omap3isp/ispcsiphy.c:40:6: note: ‘shift’ was
> declared here
> 
> The warning is a false positive but the compiler is right in
> complaining. Fix it by using the correct enum data type for the iface
> argument and adding a default case in the switch statement.
> 
> Signed-off-by: Laurent Pinchart <[email protected]>

Thanks!

Acked-by: Sakari Ailus <[email protected]>

-- 
Regards,

Sakari Ailus
e-mail: [email protected]     XMPP: [email protected]
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to