Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4992a5a2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd_cpe_core: initialize return variable"

parents 83946efd 7f8e5a4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1682,7 +1682,7 @@ done:

static int wcd_cpe_debugfs_init(struct wcd_cpe_core *core)
{
	int rc;
	int rc = 0;

	struct dentry *dir = debugfs_create_dir("wcd_cpe", NULL);
	if (IS_ERR_OR_NULL(dir)) {