drivers: base: Free devm resources when unregistering a device
[linux-2.6-microblaze.git] / drivers / base / test / platform-device-test.c
index b6ebf1d..1ae5ce8 100644 (file)
@@ -87,8 +87,6 @@ static void platform_device_devm_register_get_unregister_with_devm_test(struct k
        struct test_priv *priv = test->priv;
        int ret;
 
-       kunit_skip(test, "This needs to be fixed in the core.");
-
        pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE);
        KUNIT_ASSERT_NOT_ERR_OR_NULL(test, pdev);