V4L/DVB: bt819: cleanup v4l2_subdev_notify() parameters
commitb9fb9b791a05e52b6daba953637705fa30610ab3
authorMárton Németh <nm127@freemail.hu>
Sat, 16 Jan 2010 17:08:39 +0000 (16 14:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:46 +0000 (26 15:10 -0300)
treed3d1d6a5651f8f82401970ef4910181a2898c679
parent936c05e7f677640a9bc4d77354899f199d7d958f
V4L/DVB: bt819: cleanup v4l2_subdev_notify() parameters

The 3rd parameter v4l2_subdev_notify() is passed to the notify() callback
which is a pointer, see <media/v4l2-subdev.h> and <media/v4l2-device.h>.

This will remove the following sparse warning (see "make C=1"):
 * Using plain integer as NULL pointer

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/bt819.c