1
0
Fork 0

[media] bttv: fix indenting

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

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2015-04-29 09:41:34 -03:00
parent 2be20f74c0
commit 57eedc316e
1 changed files with 2 additions and 1 deletions

View 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;