From patchwork Sun Jun 28 16:26:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 1274 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sun, 28 Jun 2009 16:27:51 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra.chehab.org with IMAP (fetchmail-6.3.6) for (single-drop); Sun, 28 Jun 2009 13:28:52 -0300 (BRT) Received: from vger.kernel.org ([209.132.176.167]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MKxEN-0000v9-8B; Sun, 28 Jun 2009 16:27:51 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756674AbZF1Q1h (ORCPT + 1 other); Sun, 28 Jun 2009 12:27:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756658AbZF1Q1g (ORCPT ); Sun, 28 Jun 2009 12:27:36 -0400 Received: from 136-022.dsl.LABridge.com ([206.117.136.22]:1113 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756667AbZF1Q1f (ORCPT ); Sun, 28 Jun 2009 12:27:35 -0400 Received: from localhost.localdomain ([192.168.1.158]) by mail.perches.com (8.9.3/8.9.3) with ESMTP id KAA00872; Sat, 27 Jun 2009 10:34:58 -0700 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, Andrew Morton , Andy Walls , Hans Verkuil , Mauro Carvalho Chehab , linux-media@vger.kernel.org, ivtv-users@ivtvdriver.org, ivtv-devel@ivtvdriver.org Subject: [PATCH 22/62] drivers/media/video/cx18/cx18-fileops.c: Remove unnecessary semicolons Date: Sun, 28 Jun 2009 09:26:27 -0700 Message-Id: <7eeefbbba34fc477540566c6b1888cb7c871f4cd.1246173681.git.joe@perches.com> X-Mailer: git-send-email 1.6.3.1.10.g659a0.dirty In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Joe Perches Acked-by: Andy Walls --- drivers/media/video/cx18/cx18-fileops.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/cx18/cx18-fileops.c b/drivers/media/video/cx18/cx18-fileops.c index 29969c1..04d9c25 100644 --- a/drivers/media/video/cx18/cx18-fileops.c +++ b/drivers/media/video/cx18/cx18-fileops.c @@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp) int res; struct video_device *video_dev = video_devdata(filp); struct cx18_stream *s = video_get_drvdata(video_dev); - struct cx18 *cx = s->cx;; + struct cx18 *cx = s->cx; mutex_lock(&cx->serialize_lock); if (cx18_init_on_first_open(cx)) {