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

Commit 57eedc31 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] bttv: fix indenting



drivers/media/pci/bt8xx/bttv-driver.c:2679 bttv_s_fbuf() warn: inconsistent indenting

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 2be20f74
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2676,6 +2676,7 @@ static int bttv_s_fbuf(struct file *file, void *f,
		fh->ov.w.height = fb->fmt.height;
		btv->init.ov.w.width  = fb->fmt.width;
		btv->init.ov.w.height = fb->fmt.height;

		kfree(fh->ov.clips);
		fh->ov.clips = NULL;
		fh->ov.nclips = 0;