]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: metronomefb bugfix
authorJaya Kumar <jayakumar.lkml@gmail.com>
Mon, 28 Apr 2008 09:15:36 +0000 (02:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:40 +0000 (08:58 -0700)
commit9648a06fbaedb41d49fddb6c7b010e2c18beed52
treec00dcdef3c1d6b26661cd79c2cbbd5673a4c45d8
parent1782be5a9a444eabd5801ed50d8717a932349168
fbdev: metronomefb bugfix

This patch is a bugfix for the use of cfb_* functions instead of sys_*
functions.  sys_* should be used with vmalloced framebuffers.  the previous
cfb_ use would not work for callers of imageblit/etc.

Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/metronomefb.c