diff options
Diffstat (limited to 'drivers/of/of_i2c.c')
-rw-r--r-- | drivers/of/of_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c index e690a2aa6fef..604ba966e1c9 100644 --- a/drivers/of/of_i2c.c +++ b/drivers/of/of_i2c.c | |||
@@ -69,7 +69,7 @@ EXPORT_SYMBOL(of_register_i2c_devices); | |||
69 | 69 | ||
70 | static int of_dev_node_match(struct device *dev, void *data) | 70 | static int of_dev_node_match(struct device *dev, void *data) |
71 | { | 71 | { |
72 | return dev_archdata_get_node(&dev->archdata) == data; | 72 | return dev->of_node == data; |
73 | } | 73 | } |
74 | 74 | ||
75 | /* must call put_device() when done with returned i2c_client device */ | 75 | /* must call put_device() when done with returned i2c_client device */ |