Loading drivers/soc/qcom/spcom.c +1 −1 Original line number Diff line number Diff line Loading @@ -1866,7 +1866,7 @@ static int spcom_create_channel_chardev(const char *name, bool is_sharable) ch = spcom_find_channel_by_name(name); if (ch) { pr_err("channel [%s] already exist\n", name); return -EINVAL; return -EBUSY; } ch = spcom_find_channel_by_name(""); /* find reserved channel */ Loading Loading
drivers/soc/qcom/spcom.c +1 −1 Original line number Diff line number Diff line Loading @@ -1866,7 +1866,7 @@ static int spcom_create_channel_chardev(const char *name, bool is_sharable) ch = spcom_find_channel_by_name(name); if (ch) { pr_err("channel [%s] already exist\n", name); return -EINVAL; return -EBUSY; } ch = spcom_find_channel_by_name(""); /* find reserved channel */ Loading