Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | media: Fix valgrind warnings | Laurent Pinchart | |
valgrind has no way to know that the kernel will fill links and pads arrays passed to an ioctl through __user pointers. Allocate the arrays with calloc() to make sure they get initialized. This also fixes the potential integer overflow. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2011-10-14 | omap3isp: Retrieve media device information in media_open() | Laurent Pinchart | |
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2011-07-30 | omap3-isp-live: Initial commit | Laurent Pinchart | |
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |