Skip to content
Commit 9b6a5ad9 authored by Lee Jones's avatar Lee Jones
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
parent 41cc08e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment