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)
commit555514fabc1c24fac69ff46feac384180828182c
treec00dcdef3c1d6b26661cd79c2cbbd5673a4c45d8
parent6f90a8bdd17e63fb27b4f6d50e8a2919704ea254
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