aboutsummaryrefslogtreecommitdiff
path: root/test/dm/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/spi.c')
-rw-r--r--test/dm/spi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dm/spi.c b/test/dm/spi.c
index fb180aed1f0..b767cf9c4a0 100644
--- a/test/dm/spi.c
+++ b/test/dm/spi.c
@@ -26,9 +26,6 @@ static int dm_test_spi_find(struct unit_test_state *uts)
struct spi_cs_info info;
ofnode node;
- ut_asserteq(-ENODEV, uclass_find_device_by_seq(UCLASS_SPI, busnum,
- false, &bus));
-
/*
* The post_bind() method will bind devices to chip selects. Check
* this then remove the emulation and the slave device.