X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fdm%2Fspi.c;h=f52cb733c775f7f1f9661b6f245f1e5182c0c8a7;hb=e160f7d430f163bc42757aff3bf2bcac0a459f02;hp=5733096066c9780a4539270856b03ef4840ffab3;hpb=8aa41363ebf46b9ff63b311bd2aa793c67a49def;p=u-boot diff --git a/test/dm/spi.c b/test/dm/spi.c index 5733096066..f52cb733c7 100644 --- a/test/dm/spi.c +++ b/test/dm/spi.c @@ -35,7 +35,7 @@ static int dm_test_spi_find(struct unit_test_state *uts) */ ut_asserteq(0, uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus)); ut_assertok(spi_cs_info(bus, cs, &info)); - of_offset = info.dev->of_offset; + of_offset = dev_of_offset(info.dev); device_remove(info.dev); device_unbind(info.dev);