Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261160AbUCaB0o (ORCPT ); Tue, 30 Mar 2004 20:26:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261161AbUCaB0o (ORCPT ); Tue, 30 Mar 2004 20:26:44 -0500 Received: from mail.kroah.org ([65.200.24.183]:35819 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S261160AbUCaB0m (ORCPT ); Tue, 30 Mar 2004 20:26:42 -0500 Date: Tue, 30 Mar 2004 17:18:48 -0800 From: Greg KH To: Dave Jones , luca.risolia@studio.unibo.it, Linux Kernel Subject: Re: [PATCH] w9968cf driver misplaced ; Message-ID: <20040331011848.GB12238@kroah.com> References: <20040330143210.GA25834@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040330143210.GA25834@redhat.com> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 718 Lines: 21 On Tue, Mar 30, 2004 at 03:32:10PM +0100, Dave Jones wrote: > --- 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"); Applied, thanks. greg k-h - 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/