From: James S. <jsi...@us...> - 2002-05-06 17:30:03
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv26626/linux/drivers/video Modified Files: fbmem.c Log Message: Synced against 2.5.14 Index: fbmem.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/fbmem.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- fbmem.c 16 Apr 2002 17:41:52 -0000 1.62 +++ fbmem.c 6 May 2002 17:29:59 -0000 1.63 @@ -537,7 +537,7 @@ return -EFAULT; return i; case FBIOBLANK: - if (fb->fb_blank == 0) + if (fb->fb_blank == NULL) return -EINVAL; return (*fb->fb_blank)(arg, info); case FBIOPUT_COPYAREA: |