From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH v3 1/5] i2c-piix4: Optionally release smba in piix4_adap_remove Date: Mon, 9 Nov 2015 13:24:48 +0200 Message-ID: <20151109112448.GA1509@lahna.fi.intel.com> References: <1446896126-13369-1-git-send-email-fetzer.ch@gmail.com> <1446896126-13369-2-git-send-email-fetzer.ch@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga01.intel.com ([192.55.52.88]:42181 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753295AbbKILYx (ORCPT ); Mon, 9 Nov 2015 06:24:53 -0500 Content-Disposition: inline In-Reply-To: <1446896126-13369-2-git-send-email-fetzer.ch@gmail.com> Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: Christian Fetzer Cc: linux-i2c@vger.kernel.org, Jarkko Nikula , Andy Shevchenko , Wolfram Sang , galandilias@gmail.com On Sat, Nov 07, 2015 at 12:35:22PM +0100, Christian Fetzer wrote: > This is in preparation to support the multiplexed SMBus main controller > in the SB800 chipset where the controller address is shared among > the four multiplexed ports. As such the address region should be > only freed for the first multiplexed adapter to avoid double free > warnings. > > Signed-off-by: Christian Fetzer Reviewed-by: Mika Westerberg