mfd: htc-i2cpld: Rectify pointer offset error
authorLee Jones <lee.jones@linaro.org>
Mon, 18 Aug 2014 12:10:20 +0000 (13:10 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:31 +0000 (08:15 +0100)
commit9b6a5ad9da4118e8c2a087501ddff33f51a9e6ba
tree702d8cf37bd598622b9cd86ec59c1d002d0d4559
parent41cc08e955187b96867fa0f625c55496961699ba
mfd: htc-i2cpld: Rectify pointer offset error

Checking the result of container_of() against NULL will always result to
false.  Using the offset of member 'chip_out' to find the start of 'struct
htcpld_chip' will result in an offset error when .get_chip() is attempting
to obtain 'htcpld-in'.  Instead, we'll use the correct member based on a
previously the set chip label.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/htc-i2cpld.c