From patchwork Thu Aug 5 20:55: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: 117484 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 o75KuSNV012430 for ; Thu, 5 Aug 2010 20:56:28 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934161Ab0HEUz7 (ORCPT ); Thu, 5 Aug 2010 16:55:59 -0400 Received: from mgw2.diku.dk ([130.225.96.92]:48371 "EHLO mgw2.diku.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932935Ab0HEUz5 (ORCPT ); Thu, 5 Aug 2010 16:55:57 -0400 Received: from localhost (localhost [127.0.0.1]) by mgw2.diku.dk (Postfix) with ESMTP id 1EA1B19BC29; Thu, 5 Aug 2010 22:55:57 +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 31405-08; Thu, 5 Aug 2010 22:55:56 +0200 (CEST) Received: from nhugin.diku.dk (nhugin.diku.dk [130.225.96.140]) by mgw2.diku.dk (Postfix) with ESMTP id 0E1EB19BC24; Thu, 5 Aug 2010 22:55:56 +0200 (CEST) Received: from ask.diku.dk (ask.diku.dk [130.225.96.225]) by nhugin.diku.dk (Postfix) with ESMTP id 99A796DF893; Thu, 5 Aug 2010 22:54:46 +0200 (CEST) Received: by ask.diku.dk (Postfix, from userid 3767) id E2053200C3; Thu, 5 Aug 2010 22:55:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ask.diku.dk (Postfix) with ESMTP id D61C2200BD; Thu, 5 Aug 2010 22:55:55 +0200 (CEST) Date: Thu, 5 Aug 2010 22:55:55 +0200 (CEST) From: Julia Lawall To: Luca Tettamanti Cc: Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 42/42] drivers/media/video/bt8xx: Adjust confusing if indentation In-Reply-To: Message-ID: References: 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:56:28 +0000 (UTC) diff --git a/drivers/media/video/bt8xx/bttv-i2c.c b/drivers/media/video/bt8xx/bttv-i2c.c index 685d659..81d5b30 100644 --- a/drivers/media/video/bt8xx/bttv-i2c.c +++ b/drivers/media/video/bt8xx/bttv-i2c.c @@ -122,8 +122,7 @@ bttv_i2c_wait_done(struct bttv *btv) /* timeout */ 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;