X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fdm%2Fi2c.c;h=e2688bfbe9c06d29cf7806253adc5d5e8ba18ec2;hb=433647a7ef9241b963b4636e7f8c3a2159d156f0;hp=23d612eb81eb77368181891a3ef123d51d88bbcd;hpb=e721b882e9daf3ad3599eef5a9ccf3847b694228;p=oweals%2Fu-boot.git diff --git a/test/dm/i2c.c b/test/dm/i2c.c index 23d612eb81..e2688bfbe9 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));