We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e55c52 commit 28926daCopy full SHA for 28926da
drivers/fpga/tests/fpga-region-test.c
@@ -93,6 +93,8 @@ static void fpga_region_test_class_find(struct kunit *test)
93
94
region = fpga_region_class_find(NULL, &ctx->region_pdev->dev, fake_region_match);
95
KUNIT_EXPECT_PTR_EQ(test, region, ctx->region);
96
+
97
+ put_device(®ion->dev);
98
}
99
100
/*
0 commit comments