]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
[media] V4L: soc-camera: switch to using the existing .enum_framesizes()
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 8 May 2012 20:41:33 +0000 (17:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 15 May 2012 19:14:23 +0000 (16:14 -0300)
commit9633c0867fb5fc1eef8bd3c4e7f413034d2c5367
tree218fde547e0bae2e0fca2d045329f378cd7afa68
parent67e86524b907ed2189f4875cdbe7a5249c71ebb2
[media] V4L: soc-camera: switch to using the existing .enum_framesizes()

The recently introduced .enum_mbus_fsizes() v4l2-subdev video operation is
a duplicate of the .enum_framesizes() operation, introduced earlier. Switch
soc-camera over to using the original one.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/soc_camera.c