Explorar o código

Merge 079f437facbc0ea85240dc234ec3ff9770648ef9 on remote branch

Change-Id: I84a8ae61b7586858d433b323dec0765913a5b6a1
Linux Build Service Account %!s(int64=2) %!d(string=hai) anos
pai
achega
ffb28f0aa5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/spcom.c

+ 1 - 1
drivers/spcom.c

@@ -2504,7 +2504,7 @@ static int spcom_create_channel(const char *ch_name, bool is_sharable)
 		/* Channel is already created as sharable */
 		if (spcom_dev->channels[i].is_sharable) {
 			spcom_pr_err("already created channel as sharable\n");
-			return -EALREADY;
+			return 0;
 		}
 
 		/* Cannot create sharable channel if channel already created */