Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
0641e37974
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);