Selaa lähdekoodia

qcacld-3.0: Fix a compilation error ing nl_srv_init()

Fix compilation errors when turning on CONFIG_CNSS_LOGGER

Change-Id: I65cf319d6e0a608d51708bb1acaa320207ec17f0
CRs-Fixed: 1067048
Mahesh Kumar Kalikot Veetil 8 vuotta sitten
vanhempi
sitoutus
0641e37974
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/utils/nlink/src/wlan_nlink_srv.c

+ 1 - 1
core/utils/nlink/src/wlan_nlink_srv.c

@@ -73,7 +73,7 @@ int nl_srv_init(void *wiphy)
 
 	wiphy_ptr = wiphy;
 	radio_idx = cnss_logger_device_register(wiphy, THIS_MODULE->name);
-	QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_ERROR
+	QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_ERROR,
 		  "%s: radio_index: %d, wiphy_ptr: %p",
 		  __func__, radio_idx, wiphy_ptr);