commit | b9fb9b791a05e52b6daba953637705fa30610ab3 | [log] [tgz] |
---|---|---|
author | Márton Németh <nm127@freemail.hu> | Sat Jan 16 14:08:39 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Feb 26 15:10:46 2010 -0300 |
tree | d3d1d6a5651f8f82401970ef4910181a2898c679 | |
parent | 936c05e7f677640a9bc4d77354899f199d7d958f [diff] |
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>