commit | 5fd18b37c6a718d9daf8719ac81e4aa67ded4106 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@google.com> | Wed Oct 14 11:19:09 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Thu Oct 15 09:19:15 2015 -0700 |
tree | ba2639b523c8a221e3a2efaf63f0143e7464d163 | |
parent | 8d5732f4be9411ddf9e6dc6b4d761f3b06999d94 [diff] |
greybus: light : use the bundle struct device instead of the connector We are removing struct device from the gb_connection structure in the near future. The gb_bundle structure's struct device should be used as a replacement. This patch moves the light driver to use the bundle pointer instead of the connection pointer. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Reviewed-by: Alex Elder <elder@linaro.org>