]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: i2c: use the bundle struct device instead of the connector
authorGreg Kroah-Hartman <gregkh@google.com>
Wed, 14 Oct 2015 18:18:32 +0000 (11:18 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 15 Oct 2015 16:19:15 +0000 (09:19 -0700)
commitc01e16e3cb120938db87af91248e91f3552a1b73
tree37de19f9f9cfc46599e2a2d864a7ca63b2bb855e
parentc7eb46e459f2a05fa52656ae9d767aa498482ecf
greybus: i2c: 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 i2c 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>
drivers/staging/greybus/i2c.c