Explorar o código

qca-wifi: Remove Wno-format flag while compilation of driver

To get formating errors at compile time, removing Wno-format flag
while compilation of driver and also handling associated errors.

Change-Id: I6e99385b583fb1e5e15e7d1aab0fcd8eede08b3c
Neha Bisht %!s(int64=4) %!d(string=hai) anos
pai
achega
6f30f036b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target_if/cfr/src/target_if_cfr_8074v2.c

+ 1 - 1
target_if/cfr/src/target_if_cfr_8074v2.c

@@ -186,7 +186,7 @@ int correlate_and_relay(struct wlan_objmgr_pdev *pdev, uint32_t cookie,
 			 */
 			if ((pdev_cfrobj->dbr_evt_cnt -
 				pdev_cfrobj->release_cnt) >= MAX_LUT_ENTRIES) {
-				cfr_err("cookie = %u dbr_cnt = %d, release_cnt = %d",
+				cfr_err("cookie = %u dbr_cnt = %llu, release_cnt = %llu",
 					cookie, pdev_cfrobj->dbr_evt_cnt,
 					pdev_cfrobj->release_cnt);
 				dump_lut(pdev);