Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=136280322d894e6ec07187f2427b00c3d64ad066
Commit:     136280322d894e6ec07187f2427b00c3d64ad066
Parent:     641ed49db6ecf6c539a5eab50a7540542377add1
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Aug 28 03:28:04 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:07:25 2007 -0300

    V4L/DVB (6122): ivtvfb: fix an obvious bug in ivtvfb_release_buffers()
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/ivtv/ivtvfb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/ivtv/ivtvfb.c 
b/drivers/media/video/ivtv/ivtvfb.c
index 73e46f9..9684048 100644
--- a/drivers/media/video/ivtv/ivtvfb.c
+++ b/drivers/media/video/ivtv/ivtvfb.c
@@ -1064,8 +1064,8 @@ static void ivtvfb_release_buffers (struct ivtv *itv)
        struct osd_info *oi = itv->osd_info;
 
        /* Release cmap */
-       if (oi->ivtvfb_info.cmap.len);
-       fb_dealloc_cmap(&oi->ivtvfb_info.cmap);
+       if (oi->ivtvfb_info.cmap.len)
+               fb_dealloc_cmap(&oi->ivtvfb_info.cmap);
 
        /* Release pseudo palette */
        if (oi->ivtvfb_info.pseudo_palette)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to