RE: [PATCH 1/1] [media] s5p-g2d: Fix registration failure

2013-07-18 Thread Kamil Debski
> From: Sachin Kamat [mailto:sachin.ka...@linaro.org] > Sent: Monday, July 15, 2013 8:36 AM > > Commit 1c1d86a1ea ("[media] v4l2: always require v4l2_dev, rename > parent to dev_parent") expects v4l2_dev to be always set. > It converted most of the drivers using the parent field of video_device >

[PATCH 1/1] [media] s5p-g2d: Fix registration failure

2013-07-14 Thread Sachin Kamat
Commit 1c1d86a1ea ("[media] v4l2: always require v4l2_dev, rename parent to dev_parent") expects v4l2_dev to be always set. It converted most of the drivers using the parent field of video_device to v4l2_dev field. G2D driver did not set the parent field. Hence it got left out. Without this patch w