diff options
Diffstat (limited to 'linux/drivers/media/video/planb.c')
-rw-r--r-- | linux/drivers/media/video/planb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/planb.c b/linux/drivers/media/video/planb.c index c3026d701..3cfdb504d 100644 --- a/linux/drivers/media/video/planb.c +++ b/linux/drivers/media/video/planb.c @@ -55,13 +55,13 @@ #include "saa7196.h" /* Would you mind for some ugly debugging? */ -#if 0 +#if 0 /* keep */; #define DEBUG(x...) printk(KERN_DEBUG ## x) /* Debug driver */ #else #define DEBUG(x...) /* Don't debug driver */ #endif -#if 0 +#if 0 /* keep */; #define IDEBUG(x...) printk(KERN_DEBUG ## x) /* Debug interrupt part */ #else #define IDEBUG(x...) /* Don't debug interrupt part */ @@ -2042,7 +2042,7 @@ static int init_planb(struct planb *pb) pb->win.width=768; /* 640 */ pb->win.height=576; /* 480 */ pb->maxlines=576; -#if 0 +#if 0 /* keep */; btv->win.cropwidth=768; /* 640 */ btv->win.cropheight=576; /* 480 */ btv->win.cropx=0; |