patch-2.3.41 linux/drivers/video/offb.c
Next file: linux/drivers/video/platinumfb.h
Previous file: linux/drivers/video/igafb.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Jan 27 10:52:14 2000
- Orig file:
v2.3.40/linux/drivers/video/offb.c
- Orig date:
Thu Jan 6 12:57:48 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/video/offb.c linux/drivers/video/offb.c
@@ -470,8 +470,7 @@
}
#endif /* CONFIG_FB_PLATINUM */
#ifdef CONFIG_FB_CLGEN
- if ((!strncmp(dp->name, "MacPicasso",10) ||
- (!strncmp(dp->name, "54m30",5)) {
+ if (!strncmp(dp->name, "MacPicasso",10) || !strncmp(dp->name, "54m30",5)) {
clgen_of_init(dp);
return 1;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)