Explorar o código

qcacmn: explicitly print "WLAN_SOC_device_id"

The crashdump analysis tool needs a unique print to identify
WLAN SOC type.

Change-Id: I5d2a6f631298be868c3786043477e5d7eed4fe1a
CRs-Fixed: 2696340
Mahesh Kumar Kalikot Veetil %!s(int64=5) %!d(string=hai) anos
pai
achega
06a2ddeb87
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      hif/src/pcie/if_pci.c

+ 4 - 2
hif/src/pcie/if_pci.c

@@ -4054,8 +4054,10 @@ QDF_STATUS hif_pci_enable_bus(struct hif_softc *ol_sc,
 		HIF_ERROR("%s: hif_ctx is NULL", __func__);
 		return QDF_STATUS_E_NOMEM;
 	}
-
-	HIF_TRACE("%s: con_mode = 0x%x, device_id = 0x%x",
+	/* Following print is used by various tools to identify
+	 * WLAN SOC (e.g. crash dump analysis and reporting tool).
+	 */
+	HIF_TRACE("%s: con_mode = 0x%x, WLAN_SOC_device_id = 0x%x",
 		  __func__, hif_get_conparam(ol_sc), id->device);
 
 	sc->pdev = pdev;