[media] bttv: fix indenting
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 12:41:34 +0000 (09:41 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:03:49 +0000 (06:03 -0300)
drivers/media/pci/bt8xx/bttv-driver.c:2679 bttv_s_fbuf() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/bt8xx/bttv-driver.c

index bc12060e0882109b06053bce2dc7c17ffb60fdea..0f10e051f7fd86675c0dcbb878c85f8ba57bf903 100644 (file)
@@ -2676,7 +2676,8 @@ 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);
+
+               kfree(fh->ov.clips);
                fh->ov.clips = NULL;
                fh->ov.nclips = 0;