|
@@ -941,6 +941,7 @@ int tpg_1_4_layer_init(struct tpg_hw *hw)
|
|
if (!dbgfileptr_parent) {
|
|
if (!dbgfileptr_parent) {
|
|
CAM_ERR(CAM_TPG, "Debug fs could not create directory");
|
|
CAM_ERR(CAM_TPG, "Debug fs could not create directory");
|
|
rc = -ENOENT;
|
|
rc = -ENOENT;
|
|
|
|
+ return rc;
|
|
}
|
|
}
|
|
debugfs_create_file("tpg_xcfa_test", 0644,
|
|
debugfs_create_file("tpg_xcfa_test", 0644,
|
|
dbgfileptr_parent, hw, &tpg_1_4_xcfa_test);
|
|
dbgfileptr_parent, hw, &tpg_1_4_xcfa_test);
|