Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263676AbUC3OeI (ORCPT ); Tue, 30 Mar 2004 09:34:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263682AbUC3OeI (ORCPT ); Tue, 30 Mar 2004 09:34:08 -0500 Received: from delerium.kernelslacker.org ([81.187.208.145]:61323 "EHLO delerium.codemonkey.org.uk") by vger.kernel.org with ESMTP id S263676AbUC3OeG (ORCPT ); Tue, 30 Mar 2004 09:34:06 -0500 Date: Tue, 30 Mar 2004 15:32:10 +0100 From: Dave Jones To: luca.risolia@studio.unibo.it Cc: Linux Kernel Subject: [PATCH] w9968cf driver misplaced ; Message-ID: <20040330143210.GA25834@redhat.com> Mail-Followup-To: Dave Jones , luca.risolia@studio.unibo.it, Linux Kernel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 608 Lines: 16 --- linux-2.6.4/drivers/usb/media/w9968cf.c~ 2004-03-30 15:28:43.000000000 +0100 +++ linux-2.6.4/drivers/usb/media/w9968cf.c 2004-03-30 15:29:08.000000000 +0100 @@ -3369,7 +3369,7 @@ if (copy_from_user(&tuner, arg, sizeof(tuner))) return -EFAULT; - if (tuner.tuner != 0); + if (tuner.tuner != 0) return -EINVAL; strcpy(tuner.name, "no_tuner"); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/