]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
V4L/DVB (12970): saa7164: fix 64bit build warning
authorMichael Krufky <mkrufky@kernellabs.com>
Sun, 6 Sep 2009 14:13:09 +0000 (11:13 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:16:10 +0000 (00:16 -0300)
commit6df84ea86e3ae331bd692fb4fbf8b75f43bb4262
tree82e0084d2015d32f845913c3461a0118b533bd5a
parent66cb930e957ccab9e51a7896b13e16d5caf31b0e
V4L/DVB (12970): saa7164: fix 64bit build warning

Fix the following build warning:

  CC [M]  saa7164-core.o
saa7164-core.c: In function 'saa7164_buffer_deliver':
saa7164-core.c:113: warning: passing argument 2 of 'dvb_dmx_swfilter_packets'
    from incompatible pointer type

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7164/saa7164-core.c