From patchwork Tue May 25 09:21:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Carpenter X-Patchwork-Id: 3488 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Tue, 25 May 2010 09:22:20 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Tue, 25 May 2010 10:28:48 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1OGqL6-00049e-9i; Tue, 25 May 2010 09:22:20 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932347Ab0EYJWS (ORCPT + 1 other); Tue, 25 May 2010 05:22:18 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:38872 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932169Ab0EYJWQ (ORCPT ); Tue, 25 May 2010 05:22:16 -0400 Received: by wyb29 with SMTP id 29so2181171wyb.19 for ; Tue, 25 May 2010 02:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=qhUDU7smgDmUrY/jid7lmPNAOO+SSRPDD7jUC9QmOZU=; b=tL6WUWK8/8YWiq0Iu0DQrBuYipASHmSisHc1wLGSqKXYCOPP8JNV/YssAVS7wirgm1 PF/tDGEhrqTu/yDt2GEJ7xtoVesnS0g1VmI8lGYJ6RglD7z1hTmDglqKW2D7UejtKJPi IU4wFlX6uogpriFJCWMCfLNByMN5Mo3RlkMx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=Vo6ABbUDOkujIooCdXiPvA9aqu4zPvo3JKmhNW9DS2tnk3KVzvr7qIZkX8RPQjC+1i v2o4dB6p+tQ7VIRpbyPiveXf2wkD+GvVt3/d+KSA+Ijvx/rpb7lcsmm6teyS0G3hRG5m Oh3v4I15banC7x7vg0Hc1V9amMZ3X5NVoX11M= Received: by 10.227.137.68 with SMTP id v4mr6637837wbt.17.1274779334603; Tue, 25 May 2010 02:22:14 -0700 (PDT) Received: from bicker ([205.177.176.130]) by mx.google.com with ESMTPS id h22sm38171090wbh.15.2010.05.25.02.22.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 May 2010 02:22:14 -0700 (PDT) Date: Tue, 25 May 2010 11:21:50 +0200 From: Dan Carpenter To: Jean Delvare Cc: Mauro Carvalho Chehab , "Beholder Intl. Ltd. Dmitry Belimov" , hermann pitton , Douglas Schilling Landgraf , linux-media@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [patch v3 2/2] video/saa7134: remove duplicate break Message-ID: <20100525092149.GA13089@bicker> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The original code had two break statements in a row. Signed-off-by: Dan Carpenter Acked-by: Jean Delvare --- v3: Put this in a seperate patch. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/media/video/saa7134/saa7134-input.c b/drivers/media/video/saa7134/saa7134-input.c index e5565e2..7691bf2 100644 --- a/drivers/media/video/saa7134/saa7134-input.c +++ b/drivers/media/video/saa7134/saa7134-input.c @@ -815,7 +815,6 @@ int saa7134_input_init1(struct saa7134_dev *dev) mask_keyup = 0x020000; polling = 50; /* ms */ break; - break; } if (NULL == ir_codes) { printk("%s: Oops: IR config error [card=%d]\n",