Searched hist:"47 f55b74" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spmi/ |
H A D | spmi.c | 47f55b74 Mon Mar 07 05:35:50 CST 2016 Sudip Mukherjee <sudipm.mukherjee@gmail.com> spmi: do not use bus internal data
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 47f55b74 Mon Mar 07 05:35:50 CST 2016 Sudip Mukherjee <sudipm.mukherjee@gmail.com> spmi: do not use bus internal data 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|