소스 검색

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

CNSS_WLAN Service 2 년 전
부모
커밋
a6ec859365
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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: