Loading drivers/platform/msm/ipa/test/ipa_ut_framework.c +2 −0 Original line number Diff line number Diff line Loading @@ -971,6 +971,7 @@ static int ipa_ut_framework_init(void) IS_ERR(ipa_ut_ctx->test_dbgfs_root)) { IPA_UT_ERR("failed to create test debugfs dir\n"); ret = -EFAULT; destroy_workqueue(ipa_ut_ctx->wq); goto unlock_mutex; } Loading @@ -980,6 +981,7 @@ static int ipa_ut_framework_init(void) if (!dfile_enable || IS_ERR(dfile_enable)) { IPA_UT_ERR("failed to create enable debugfs file\n"); ret = -EFAULT; destroy_workqueue(ipa_ut_ctx->wq); goto fail_clean_dbgfs; } Loading Loading
drivers/platform/msm/ipa/test/ipa_ut_framework.c +2 −0 Original line number Diff line number Diff line Loading @@ -971,6 +971,7 @@ static int ipa_ut_framework_init(void) IS_ERR(ipa_ut_ctx->test_dbgfs_root)) { IPA_UT_ERR("failed to create test debugfs dir\n"); ret = -EFAULT; destroy_workqueue(ipa_ut_ctx->wq); goto unlock_mutex; } Loading @@ -980,6 +981,7 @@ static int ipa_ut_framework_init(void) if (!dfile_enable || IS_ERR(dfile_enable)) { IPA_UT_ERR("failed to create enable debugfs file\n"); ret = -EFAULT; destroy_workqueue(ipa_ut_ctx->wq); goto fail_clean_dbgfs; } Loading