X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fvideo%2Fstifb.c;h=eec9dcb7f59976f2a9fe337322fb82724a4ed5fe;hb=55bcab46955644d5a8149a9b3cc9752a336e02f8;hp=eabaad765aebcdf1e975c8d68108e098a330175d;hpb=e50a96e7c2aa523175b7b5642641327e2c587151;p=~andy%2Flinux diff --git a/drivers/video/stifb.c b/drivers/video/stifb.c index eabaad765ae..eec9dcb7f59 100644 --- a/drivers/video/stifb.c +++ b/drivers/video/stifb.c @@ -1380,7 +1380,7 @@ stifb_cleanup(void) if (info->screen_base) iounmap(info->screen_base); fb_dealloc_cmap(&info->cmap); - kfree(info); + framebuffer_release(info); } sti->info = NULL; }