commit | 95026658c46ea2d94498d0dac1282e28cd47c64a | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Mon Mar 07 17:19:17 2016 +0530 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sat Mar 12 16:58:11 2016 +0100 |
tree | b6785a2eca9069814a7c6f5f1d9d0c2e39e2352f | |
parent | 30e31a1fbc1fc0fae001a96d9b4c375806fb8f41 [diff] |
i2c: do not use internal data from driver core The variable p is a data structure which is used by the driver core internally and it is not expected that busses will be directly accessing these driver core internal only data. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> [wsa: removed the unlikely()] Signed-off-by: Wolfram Sang <wsa@the-dreams.de>