From 38edb908ea30a463f70e749a5aaf8a5a4a7b740a Mon Sep 17 00:00:00 2001 From: Mallikarjun S T Date: Sat, 18 Feb 2023 09:53:34 +0530 Subject: [PATCH] NFC: driver: remove proprietary path comment Removed proprietary path mentioned in cmments. Change-Id: I688688aa0e88d717e1536d637b6eeec947c6a061 --- nfc/common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nfc/common.c b/nfc/common.c index 710dff3c63..65687b1bb3 100644 --- a/nfc/common.c +++ b/nfc/common.c @@ -558,9 +558,7 @@ bool nfc_hw_secure_check(void) 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) { /*Secure Zone*/ retstat = 1;