Selaa lähdekoodia

Merge "cnss2: Fix a minor discrepancy for device powering off" into wlan-platform.lnx.1.0

CNSS_WLAN Service 2 vuotta sitten
vanhempi
sitoutus
a6ec859365
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      cnss2/main.c

+ 2 - 0
cnss2/main.c

@@ -3986,6 +3986,8 @@ retry:
 		}
 		goto power_off;
 	}
+	return 0;
+
 power_off:
 	cnss_power_off_device(plat_priv);
 end: