Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149689
b: refs/heads/master
c: 9d2c0f6
h: refs/heads/master
i:
  149687: 7c36238
v: v3
  • Loading branch information
Sean MacLennan authored and Josh Boyer committed Jun 4, 2009
1 parent ed11d97 commit bbdfb93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27db1fea1868ee346fe5a2fba00eb8fc69283f2c
refs/heads/master: 9d2c0f67c8cf8d2f34aa126da7b98d265d54017f
6 changes: 3 additions & 3 deletions trunk/drivers/i2c/busses/i2c-ibm_iic.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,12 +756,12 @@ static int __devinit iic_probe(struct of_device *ofdev,
goto error_cleanup;
}

/* Now register all the child nodes */
of_register_i2c_devices(adap, np);

dev_info(&ofdev->dev, "using %s mode\n",
dev->fast_mode ? "fast (400 kHz)" : "standard (100 kHz)");

/* Now register all the child nodes */
of_register_i2c_devices(adap, np);

return 0;

error_cleanup:
Expand Down

0 comments on commit bbdfb93

Please sign in to comment.