From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: Re: [PATCH] i2c: suppress lockdep warning on delete_device Date: Fri, 17 May 2013 22:47:51 +0200 Message-ID: <20130517204748.GB2925@katana> References: <51962903.9050901@nsn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <51962903.9050901-OYasijW0DpE@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alexander Sverdlin Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Eric W. Biederman" , Tejun Heo , Alan Stern , Peter Zijlstra , Greg Kroah-Hartman List-Id: linux-i2c@vger.kernel.org On Fri, May 17, 2013 at 02:56:35PM +0200, Alexander Sverdlin wrote: > i2c: suppress lockdep warning on delete_device > > Since commit 846f99749ab68bbc7f75c74fec305de675b1a1bf the following lockdep > warning is thrown in case i2c device is removed (via delete_device sysfs > attribute) which contains subdevices (e.g. i2c multiplexer): Applied to for-current with Alan's ack, thanks! I couldn't apply the patch due to whitespace problems. I fixed them here because I wanted to have the patch in my very soon pull request. But please have a look.