aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/zoran/zoran_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c
index 1e87fb9f7146..f16e57cf11e4 100644
--- a/drivers/media/video/zoran/zoran_driver.c
+++ b/drivers/media/video/zoran/zoran_driver.c
@@ -245,9 +245,9 @@ static int v4l_fbuffer_alloc(struct zoran_fh *fh)
245 SetPageReserved(virt_to_page(mem + off)); 245 SetPageReserved(virt_to_page(mem + off));
246 dprintk(4, 246 dprintk(4,
247 KERN_INFO 247 KERN_INFO
248 "%s: %s - V4L frame %d mem 0x%lx (bus: 0x%lx)\n", 248 "%s: %s - V4L frame %d mem 0x%lx (bus: 0x%llx)\n",
249 ZR_DEVNAME(zr), __func__, i, (unsigned long) mem, 249 ZR_DEVNAME(zr), __func__, i, (unsigned long) mem,
250 virt_to_bus(mem)); 250 (unsigned long long)virt_to_bus(mem));
251 } 251 }
252 252
253 fh->buffers.allocated = 1; 253 fh->buffers.allocated = 1;