diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/zoran_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/zoran_driver.c b/linux/drivers/media/video/zoran_driver.c index 2f20c87fa..20a296871 100644 --- a/linux/drivers/media/video/zoran_driver.c +++ b/linux/drivers/media/video/zoran_driver.c @@ -1519,7 +1519,7 @@ setup_fbuffer (struct file *file, if (!bytesperline) bytesperline = width * ((fmt->depth + 7) & ~7) / 8; -#if 0 /* keep */; +#if 0 /* keep */ if (zr->overlay_active) { /* dzjee... stupid users... don't even bother to turn off * overlay before changing the memory location... |