diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-01-17 16:25:57 +0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-18 13:38:06 +0900 |
commit | 6c9571f4b759717e1c938cbc6b53ec8ce5813245 (patch) | |
tree | 8484d1951bf1844fc2a7d114e772530c6b3b12f3 /drivers/video/nuc900fb.c | |
parent | d10df505f81064cf983fb3c5111b004d181a10f5 (diff) |
video: nuc900fb: properly free resources in nuc900fb_remove
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/nuc900fb.c')
-rw-r--r-- | drivers/video/nuc900fb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/nuc900fb.c b/drivers/video/nuc900fb.c index 29ef92f97f0c..f838d9e277f0 100644 --- a/drivers/video/nuc900fb.c +++ b/drivers/video/nuc900fb.c @@ -696,6 +696,8 @@ static int nuc900fb_remove(struct platform_device *pdev) nuc900fb_stop_lcd(fbinfo); msleep(1); + unregister_framebuffer(fbinfo); + nuc900fb_cpufreq_deregister(fbi); nuc900fb_unmap_video_memory(fbinfo); iounmap(fbi->io); |