From patchwork Thu Aug 5 20:29:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 117459 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o75KViNE008412 for ; Thu, 5 Aug 2010 20:31:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934411Ab0HEUaB (ORCPT ); Thu, 5 Aug 2010 16:30:01 -0400 Received: from mgw2.diku.dk ([130.225.96.92]:39125 "EHLO mgw2.diku.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934404Ab0HEU35 (ORCPT ); Thu, 5 Aug 2010 16:29:57 -0400 Received: from localhost (localhost [127.0.0.1]) by mgw2.diku.dk (Postfix) with ESMTP id C01CF19BF16; Thu, 5 Aug 2010 22:29:56 +0200 (CEST) Received: from mgw2.diku.dk ([127.0.0.1]) by localhost (mgw2.diku.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30467-12; Thu, 5 Aug 2010 22:29:55 +0200 (CEST) Received: from nhugin.diku.dk (nhugin.diku.dk [130.225.96.140]) by mgw2.diku.dk (Postfix) with ESMTP id 7B41119BF15; Thu, 5 Aug 2010 22:29:55 +0200 (CEST) Received: from ask.diku.dk (ask.diku.dk [130.225.96.225]) by nhugin.diku.dk (Postfix) with ESMTP id 1DA6D6DF893; Thu, 5 Aug 2010 22:28:46 +0200 (CEST) Received: by ask.diku.dk (Postfix, from userid 3767) id 60C23200C3; Thu, 5 Aug 2010 22:29:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ask.diku.dk (Postfix) with ESMTP id 5434B200BD; Thu, 5 Aug 2010 22:29:55 +0200 (CEST) Date: Thu, 5 Aug 2010 22:29:55 +0200 (CEST) From: Julia Lawall To: Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH 42/42] drivers/media/video/bt8xx: Adjust confusing if indentation Message-ID: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 05 Aug 2010 20:31:45 +0000 (UTC) diff --git a/drivers/media/video/bt8xx/bttv-i2c.c b/drivers/media/video/bt8xx/bttv-i2c.c index 685d659..695765c 100644 --- a/drivers/media/video/bt8xx/bttv-i2c.c +++ b/drivers/media/video/bt8xx/bttv-i2c.c @@ -123,7 +123,7 @@ bttv_i2c_wait_done(struct bttv *btv) if (wait_event_interruptible_timeout(btv->i2c_queue, btv->i2c_done, msecs_to_jiffies(85)) == -ERESTARTSYS) - rc = -EIO; + rc = -EIO; if (btv->i2c_done & BT848_INT_RACK) rc = 1;