From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 2/2] i2c-dev: Don't block the adapter from unregistering Date: Wed, 6 Jul 2016 06:50:57 -0700 Message-ID: <20160706135057.GI2671@ubuntu> References: <021486be2f5425ce2379219a7ac163ee14ba2aba.1467772840.git.viresh.kumar@linaro.org> <20160706065523.GA1439@tetsubishi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f174.google.com ([209.85.192.174]:35534 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754708AbcGFNu7 (ORCPT ); Wed, 6 Jul 2016 09:50:59 -0400 Received: by mail-pf0-f174.google.com with SMTP id c2so80185039pfa.2 for ; Wed, 06 Jul 2016 06:50:59 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20160706065523.GA1439@tetsubishi> Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: Wolfram Sang Cc: Jean Delvare , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, Johan Hovold , Alex Elder On 06-07-16, 15:55, Wolfram Sang wrote: > Adding something to *every* i2c_client for this corner case sounds > pretty expensive to me. I agree with you on that. I wanted to avoid it, but I couldn't :( Lets see how Jean suggests to handle it. -- viresh