]> Pileus Git - ~andy/linux/commit
[media] V4L: Use NULL pointer instead of plain integer in v4l2-ctrls.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 10 Jul 2012 10:14:46 +0000 (07:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Jul 2012 22:54:53 +0000 (19:54 -0300)
commitc082266f60b749fa55074ee4c8b2ea99e4b59320
tree82a912d08c071fe1288b81847344a214332afc06
parent6f45b1b9f7e16453c72ad3a8f7bdbc4c8d716839
[media] V4L: Use NULL pointer instead of plain integer in v4l2-ctrls.c file

Fixes the following sparse warning:
drivers/media/video/v4l2-ctrls.c:2123:43: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ctrls.c