I was looking over the code of fb_set_cmap() (line 252 in fbcmap.c) and noticed that in the comments that the function should return 0 on success, and negative on error...however, both return calls are hard-coded to return 0...I'm not sure if I'm missing something, but it seems like there is no way that function could ever return negative ! Am I missing something here? Or should i submit a patch? -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/