[-mm patch] ivtv-fb.c bugfix
- From: Adrian Bunk <bunk@xxxxxxxxxx>
- Date: Mon, 27 Aug 2007 23:29:29 +0200
On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote:
...
Changes since 2.6.23-rc2-mm2:
...
git-dvb.patch
...
git trees
...
This patch fixes an obvious bug in ivtvfb_release_buffers().
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>
---
093bdc9ba94bffbec2ed44743418899771488832
diff --git a/drivers/media/video/ivtv/ivtv-fb.c b/drivers/media/video/ivtv/ivtv-fb.c
index 0080765..8a344d5 100644
--- a/drivers/media/video/ivtv/ivtv-fb.c
+++ b/drivers/media/video/ivtv/ivtv-fb.c
@@ -1068,8 +1068,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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [v4l-dvb-maintainer] [-mm patch] ivtv-fb.c bugfix
- From: Hans Verkuil
- Re: [v4l-dvb-maintainer] [-mm patch] ivtv-fb.c bugfix
- References:
- 2.6.23-rc3-mm1
- From: Andrew Morton
- 2.6.23-rc3-mm1
- Prev by Date: [2.6 patch] omap1/leds-innovator.c: remove dead code
- Next by Date: [-mm patch] iwl-base.c bugfixes
- Previous by thread: [-mm patch] mousedev.c:mixdev_open_devices() bugfix
- Next by thread: Re: [v4l-dvb-maintainer] [-mm patch] ivtv-fb.c bugfix
- Index(es):
Relevant Pages
|