summaryrefslogtreecommitdiff
path: root/include/uapi/linux/can/error.h
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2012-11-28 17:15:51 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-04 14:59:43 -0200
commit605a410325535e0d9dd3c539ac144fc52e0bda21 (patch)
treef001a2615def6e21cb9b06e4dab913329760134c /include/uapi/linux/can/error.h
parent16427faf28674451a7a0485ab0a929402f355ffd (diff)
[media] soc_camera: fix VIDIOC_S_CROP ioctl
Sometimes VIDIOC_S_CROP ioctl doesn't work, soc-camera driver reports: soc-camera-pdrv soc-camera-pdrv.0: S_CROP denied: getting current crop failed The VIDIOC_G_CROP documentation states that the type field needs to be set to the respective buffer type when querying, so the check in .g_crop() of the subdevices returns -EINVAL if the type is not set properly. Here the uninitialized local variable 'current_crop' is passed to the .g_crop() and this leads to the observed error. Initialize the type field of the local 'current_crop' before get_crop call. Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/uapi/linux/can/error.h')
0 files changed, 0 insertions, 0 deletions