]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (4685): Fix compiler warning in drivers/media/video/video-buf.c
authorSujoy Gupta <sujoy@google.com>
Sat, 30 Sep 2006 09:55:29 +0000 (06:55 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 3 Oct 2006 18:14:48 +0000 (15:14 -0300)
commit3cc3e84f0c4685c72dc2895f2356a6bf4fba19fa
tree96eedab826e7c73ebbc6705ef1dd4c5e3c030b0b
parent75857469c241bfc595fa299cc0a88218d68d7b2b
V4L/DVB (4685): Fix compiler warning in drivers/media/video/video-buf.c

Using a double cast to avoid compiler warnings when building for PAE.
Compiler doesn't like direct casting of a 32 bit ptr to 64 bit integer.

Signed-off-by: Martin J. Bligh <mbligh@google.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/video-buf.c