From 1edbd64450f7b12a2c14073a301be8b4d24bbce5 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Mon, 7 Aug 2006 20:01:01 -0300 Subject: [PATCH] --- yaml --- r: 37403 b: refs/heads/master c: a2b9e3e74a8edbc4a9d266cc54cd30266215fbdf h: refs/heads/master i: 37401: aad6c4c480b32a12f2d7846a269bc341433d64c2 37399: 1a3600e369ab96871d2e2693936c73659d155dc8 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/bt8xx/bttv-driver.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 267c28f431b9..606e81a45e39 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18795eb98d117dbb96fadfc17a7da44c93857fd6 +refs/heads/master: a2b9e3e74a8edbc4a9d266cc54cd30266215fbdf diff --git a/trunk/drivers/media/video/bt8xx/bttv-driver.c b/trunk/drivers/media/video/bt8xx/bttv-driver.c index 3d7b97c661b9..b2a0723af657 100644 --- a/trunk/drivers/media/video/bt8xx/bttv-driver.c +++ b/trunk/drivers/media/video/bt8xx/bttv-driver.c @@ -2434,8 +2434,8 @@ static int bttv_do_ioctl(struct inode *inode, struct file *file, else { if (fbuf->width) fbuf->depth = ((fbuf->bytesperline<<3) - + (fbuf->width-1) ) - /fbuf->width; + + (fbuf->width-1) ) + /fbuf->width; else fbuf->depth = 0; }