diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/clgenfb.c /linux/drivers/video/clgenfb.c --- /linux.vanilla/drivers/video/clgenfb.c Tue Mar 27 20:32:55 2001 +++ /linux/drivers/video/clgenfb.c Thu Mar 29 21:10:12 2001 @@ -98,7 +98,7 @@ #ifndef CLGEN_NDEBUG #define assert(expr) \ if(!(expr)) { \ - printk( "Assertion failed! %s,%s,%s,line=%d\n",\ + printk(KERN_DEBUG "Assertion failed! %s,%s,%s,line=%d\n",\ #expr,__FILE__,__FUNCTION__,__LINE__); \ } #else @@ -407,7 +407,7 @@ static unsigned clgen_def_mode = 1; -static int release_io_ports = 0; +static int release_io_ports; @@ -622,7 +622,7 @@ /*****************************************************************************/ /*** BEGIN Interface Used by the World ***************************************/ -static int opencount = 0; +static int opencount; /*--- Open /dev/fbx ---------------------------------------------------------*/ static int clgenfb_open (struct fb_info *info, int user) @@ -1816,7 +1816,7 @@ * blank_mode == 4: powerdown */ unsigned char val; - static int current_mode = 0; + static int current_mode; struct clgenfb_info *fb_info = (struct clgenfb_info *) info; DPRINTK ("ENTER, blank mode = %d\n", blank_mode); @@ -2103,7 +2103,7 @@ static void switch_monitor (struct clgenfb_info *fb_info, int on) { #ifdef CONFIG_ZORRO /* only works on Zorro boards */ - static int IsOn = 0; /* XXX not ok for multiple boards */ + static int IsOn; /* XXX not ok for multiple boards */ DPRINTK ("ENTER\n");