소스 검색

NFC: driver: remove proprietary path comment

Removed proprietary path mentioned in cmments.

Change-Id: I688688aa0e88d717e1536d637b6eeec947c6a061
Mallikarjun S T 2 년 전
부모
커밋
38edb908ea
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      nfc/common.c

+ 1 - 3
nfc/common.c

@@ -558,9 +558,7 @@ bool nfc_hw_secure_check(void)
 
 
 	secure_peripheral_not_found = false;
 	secure_peripheral_not_found = false;
 
 
-	/* Refer peripheral state utilities for different states of NFC peripherals;
-	 * path: vendor/qcom/proprietary/securemsm/peripheralStateUtils/inc/peripheralStateUtils.h
-	 */
+	/* Refer peripheral state utilities for different states of NFC peripherals */
 	if (nfc_sec_state == 1) {
 	if (nfc_sec_state == 1) {
 		/*Secure Zone*/
 		/*Secure Zone*/
 		retstat = 1;
 		retstat = 1;