Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344912
b: refs/heads/master
c: f6afc8b
h: refs/heads/master
v: v3
  • Loading branch information
Thierry Reding authored and Jean Delvare committed Dec 16, 2012
1 parent 8c8836f commit 59b6f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8547a5bc104496d54c66355df944c348e6525e3f
refs/heads/master: f6afc8b158951cf2c8492e10e4ee70abc7b213f3
2 changes: 2 additions & 0 deletions trunk/drivers/i2c/busses/i2c-i801.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
#include <linux/slab.h>
#include <linux/wait.h>
#include <linux/err.h>
#include <linux/of_i2c.h>

#if (defined CONFIG_I2C_MUX_GPIO || defined CONFIG_I2C_MUX_GPIO_MODULE) && \
defined CONFIG_DMI
Expand Down Expand Up @@ -1215,6 +1216,7 @@ static int __devinit i801_probe(struct pci_dev *dev,
goto exit_free_irq;
}

of_i2c_register_devices(&priv->adapter);
i801_probe_optional_slaves(priv);
/* We ignore errors - multiplexing is optional */
i801_add_mux(priv);
Expand Down

0 comments on commit 59b6f6c

Please sign in to comment.