diff options
| -rw-r--r-- | sound/soc/codecs/wcd_cpe_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd_cpe_core.c b/sound/soc/codecs/wcd_cpe_core.c index 7b41afc2bdae..ddc428dfdb64 100644 --- a/sound/soc/codecs/wcd_cpe_core.c +++ b/sound/soc/codecs/wcd_cpe_core.c @@ -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)) { |
