Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 26 Mar 2003 18:35:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 26 Mar 2003 18:35:44 -0500 Received: from 12-231-249-244.client.attbi.com ([12.231.249.244]:32518 "HELO kroah.com") by vger.kernel.org with SMTP id ; Wed, 26 Mar 2003 18:35:43 -0500 Date: Wed, 26 Mar 2003 15:46:01 -0800 From: Greg KH To: Martin Schlemmer Cc: KML , Dominik Brodowski , sensors@Stimpy.netroedge.com Subject: Re: w83781d i2c driver updated for 2.5.66 (without sysfs support) Message-ID: <20030326234601.GB27436@kroah.com> References: <1048582394.4774.7.camel@workshop.saharact.lan> <20030325175603.GG15823@kroah.com> <1048705473.7569.10.camel@nosferatu.lan> <20030326202904.GK24689@kroah.com> <1048721671.7569.46.camel@nosferatu.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1048721671.7569.46.camel@nosferatu.lan> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 668 Lines: 20 On Thu, Mar 27, 2003 at 01:34:32AM +0200, Martin Schlemmer wrote: > > Quick question .... With sysfs, is it not needed to call > i2c_detach_client ? I am asking this as it seems from patches > that you remove all these calls ... No, that's still required. I didn't delete that in my lm75.c patch, did I? You just don't have to call i2c_deregister_entry, as we don't call i2c_register_entry anymore. 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/