From b9fb9b791a05e52b6daba953637705fa30610ab3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1rton=20N=C3=A9meth?= Date: Sat, 16 Jan 2010 14:08:39 -0300 Subject: [PATCH] V4L/DVB: bt819: cleanup v4l2_subdev_notify() parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The 3rd parameter v4l2_subdev_notify() is passed to the notify() callback which is a pointer, see and . This will remove the following sparse warning (see "make C=1"): * Using plain integer as NULL pointer Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed