Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13628032 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6122): ivtvfb: fix an obvious bug in ivtvfb_release_buffers()

parent 641ed49d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1064,7 +1064,7 @@ static void ivtvfb_release_buffers (struct ivtv *itv)
	struct osd_info *oi = itv->osd_info;

	/* Release cmap */
	if (oi->ivtvfb_info.cmap.len);
	if (oi->ivtvfb_info.cmap.len)
		fb_dealloc_cmap(&oi->ivtvfb_info.cmap);

	/* Release pseudo palette */