X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fvideo%2Foffb.c;h=99c2e6322ebb05fc9a74a4ca627a8f3282fef19d;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=e1715ef972b82d281b44b99a8d39634c2f2a11ef;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/drivers/video/offb.c b/drivers/video/offb.c index e1715ef97..99c2e6322 100644 --- a/drivers/video/offb.c +++ b/drivers/video/offb.c @@ -235,7 +235,7 @@ static int offb_blank(int blank, struct fb_info *info) break; } } else - fb_set_cmap(&info->cmap, 1, info); + fb_set_cmap(&info->cmap, info); return 0; }