From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756896Ab0FANxR (ORCPT ); Tue, 1 Jun 2010 09:53:17 -0400 Received: from poutre.nerim.net ([62.4.16.124]:53172 "EHLO poutre.nerim.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755020Ab0FANxO (ORCPT ); Tue, 1 Jun 2010 09:53:14 -0400 Date: Tue, 1 Jun 2010 15:53:10 +0200 From: Jean Delvare To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, George Joseph , Riku Voipio , Guillaume Ligneul , "Ben Dooks (embedded platforms)" , Dmitry Torokhov , Alessandro Rubini , Richard Purdie , Colin Leroy , Benjamin Herrenschmidt , Mauro Carvalho Chehab , Samuel Ortiz , Mark Brown , David Woodhouse , Liam Girdwood , Paul Gortmaker , Alessandro Zummo , Greg Kroah-Hartman , lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-media@vger.kernel.org, linux-mtd@lists.infradead.org, rtc-linux@googlegroups.com, devel@driverdev.osuosl.org Subject: Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL) Message-ID: <20100601155310.3781fce6@hyperion.delvare> In-Reply-To: <1275310552-14685-1-git-send-email-w.sang@pengutronix.de> References: <1275310552-14685-1-git-send-email-w.sang@pengutronix.de> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.14.4; i586-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 31 May 2010 14:55:48 +0200, Wolfram Sang wrote: > I2C-drivers can use the clientdata-pointer to point to private data. As I2C > devices are not really unregistered, but merely detached from their driver, it > used to be the drivers obligation to clear this pointer during remove() or a > failed probe(). As a couple of drivers forgot to do this, it was agreed that it > was cleaner if the i2c-core does this clearance when appropriate, as there is > no guarantee for the lifetime of the clientdata-pointer after remove() anyhow. > This feature was added to the core with commit > e4a7b9b04de15f6b63da5ccdd373ffa3057a3681 to fix the faulty drivers. > > As there is no need anymore to clear the clientdata-pointer, remove all current > occurrences in the drivers to simplify the code and prevent confusion. > > Signed-off-by: Wolfram Sang > Cc: Jean Delvare > (...) Applied, thanks. Will go to Linus in the next few days. -- Jean Delvare