linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* fbmem.c : FBIOGETCMAP
@ 2003-01-05 20:18 Jon Smirl
  2003-01-05 20:35 ` James Simmons
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Smirl @ 2003-01-05 20:18 UTC (permalink / raw)
  To: fbdev

I'm using 2.53 and I ran into this when running
fbtest. It looks like a return went missing.

	case FBIOGETCMAP:
		if (copy_from_user(&cmap, (void *) arg,
sizeof(cmap)))
			return -EFAULT;
		fb_copy_cmap(&info->cmap, &cmap, 0);
	case FBIOPAN_DISPLAY:

In 2.4 it looked like this:

	case FBIOGETCMAP:
		if (copy_from_user(&cmap, (void *) arg,
sizeof(cmap)))
			return -EFAULT;
		return (fb->fb_get_cmap(&cmap, 0,
PROC_CONSOLE(info), info));
	case FBIOPAN_DISPLAY:


=====
Jon Smirl
jonsmirl@yahoo.com

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-01-08  4:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20030107165740.53554.qmail@web14906.mail.yahoo.com>
2003-01-07 22:37 ` fbmem.c : FBIOGETCMAP James Simmons
2003-01-08  3:49   ` Antonino Daplas
2003-01-05 20:18 Jon Smirl
2003-01-05 20:35 ` James Simmons
2003-01-05 20:40   ` Jon Smirl
2003-01-05 20:52     ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).