From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262589AbTJIXGD (ORCPT ); Thu, 9 Oct 2003 19:06:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262611AbTJIXGD (ORCPT ); Thu, 9 Oct 2003 19:06:03 -0400 Received: from dodge.jordet.nu ([217.13.8.142]:38810 "EHLO dodge.hybel") by vger.kernel.org with ESMTP id S262589AbTJIXGA (ORCPT ); Thu, 9 Oct 2003 19:06:00 -0400 Subject: Re: Call trace when rmmod'ing saa7134 and error when compiling static From: Stian Jordet To: Greg KH Cc: linux-kernel@vger.kernel.org, kraxel@bytesex.org In-Reply-To: <20031009212804.GD12618@kroah.com> References: <1065708534.737.2.camel@chevrolet.hybel> <20031009210805.GB12266@kroah.com> <1065734600.6237.0.camel@chevrolet.hybel> <20031009212804.GD12618@kroah.com> Content-Type: text/plain Message-Id: <1065740778.22357.0.camel@chevrolet.hybel> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 10 Oct 2003 01:06:18 +0200 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org tor, 09.10.2003 kl. 23.28 skrev Greg KH: > On Thu, Oct 09, 2003 at 11:23:21PM +0200, Stian Jordet wrote: > > tor, 09.10.2003 kl. 23.08 skrev Greg KH: > > > On Thu, Oct 09, 2003 at 04:08:54PM +0200, Stian Jordet wrote: > > > > Hello, > > > > > > > > when I try to rmmod the saa7134 module from kernel 2.6.0-test7, I get > > > > this call trace: > > > > > > > > Device class 'i2c-1' does not have a release() function, it is broken > > > > and must be fixed. > > > > > > This is when you remove the i2c-dev module, right? Yeah, I know about > > > the problem and will fix it. > > > > I have no idea, I just "rmmod saa7134" :) > > Sorry, I ment to say, you have the i2c-dev module loaded, or built into > your kernel, right? That will cause this warning to be printed out. You're right. But I don't need it, so one problem solved :-) Gerd: I still would like to be able to compile the driver static, though :) Stian