summaryrefslogtreecommitdiff
path: root/test/dm/i2c.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-07-27 22:30:20 -0400
committerTom Rini <trini@konsulko.com>2016-07-27 22:30:20 -0400
commitfe34b6a4845476208ca7d19a35179e56bebf3877 (patch)
tree05643ac1448012bbb7514dd04526168737c86b58 /test/dm/i2c.c
parentc6f086ddcbfb47918b82f6a135c61f432540da42 (diff)
parent02ebd42cf19e523593d8e4e8f3d02083299fcdbb (diff)
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'test/dm/i2c.c')
-rw-r--r--test/dm/i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dm/i2c.c b/test/dm/i2c.c
index 23d612eb81e..e2688bfbe9c 100644
--- a/test/dm/i2c.c
+++ b/test/dm/i2c.c
@@ -31,8 +31,8 @@ static int dm_test_i2c_find(struct unit_test_state *uts)
false, &bus));
/*
- * i2c_post_bind() will bind devices to chip selects. Check this then
- * remove the emulation and the slave device.
+ * The post_bind() method will bind devices to chip selects. Check
+ * this then remove the emulation and the slave device.
*/
ut_assertok(uclass_get_device_by_seq(UCLASS_I2C, busnum, &bus));
ut_assertok(dm_i2c_probe(bus, chip, 0, &dev));