Re: [PATCH v3 1/5] i2c-piix4: Optionally release smba in piix4_adap_remove

2015-11-09 Thread Mika Westerberg
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

[PATCH v3 1/5] i2c-piix4: Optionally release smba in piix4_adap_remove

2015-11-07 Thread Christian Fetzer
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: