Browse Source

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

CNSS_WLAN Service 2 years ago
parent
commit
a6ec859365
1 changed files with 2 additions and 0 deletions
  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: