Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65819
b: refs/heads/master
c: 1362803
h: refs/heads/master
i:
  65817: a155367
  65815: 365b0fe
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent dd95dc1 commit d047230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 641ed49db6ecf6c539a5eab50a7540542377add1
refs/heads/master: 136280322d894e6ec07187f2427b00c3d64ad066
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/ivtv/ivtvfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d047230

Please sign in to comment.