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
This commit is contained in:
Mahesh Kumar Kalikot Veetil
2016-09-09 17:12:59 -07:00
committed by qcabuildsw
vanhempi 919e01d422
commit 0641e37974

Näytä tiedosto

@@ -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);