patch-2.4.14 linux/drivers/video/aty/atyfb_base.c
Next file: linux/drivers/video/aty/mach64_cursor.c
Previous file: linux/drivers/video/Makefile
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Oct 30 15:08:11 2001
-  Orig file: 
v2.4.13/linux/drivers/video/aty/atyfb_base.c
-  Orig date: 
Tue Oct 23 22:48:52 2001
diff -u --recursive --new-file v2.4.13/linux/drivers/video/aty/atyfb_base.c linux/drivers/video/aty/atyfb_base.c
@@ -2521,7 +2521,7 @@
     if (!options || !*options)
 	return 0;
 
-    while (this_opt = strsep(&options, ",")) {
+    while ((this_opt = strsep(&options, ",")) != NULL) {
 	if (!strncmp(this_opt, "font:", 5)) {
 		char *p;
 		int i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)