qcacmn: Fix kernel check patch warnings in fwlog

Fix msm-4.4 kernel check patch warnings for fwlog module.

Change-Id: I84656de36b4b32d4e139021174ad8220cd6d845e
CRs-Fixed: 2041367
Šī revīzija ir iekļauta:
Ajit Vaishya
2017-10-05 21:06:31 +05:30
revīziju iesūtīja Nandini Suresh
vecāks 8dc86d6e54
revīzija 2636384f2c
2 mainīti faili ar 139 papildinājumiem un 130 dzēšanām

Parādīt failu

@@ -136,9 +136,10 @@ dbglog_set_log_lvl(wmi_unified_t wmi_handle, DBGLOG_LOG_LVL log_lvl);
* mod_id_lvl : the format is more user friendly.
* module_id = mod_id_lvl/10;
* log_level = mod_id_lvl%10;
* example : mod_id_lvl is 153. then module id is 15 and log level is 3. this format allows
* user to pass a sinlge value (which is the most convenient way for most of the OSs)
* to be passed from user to the driver.
* example : mod_id_lvl is 153. then module id is 15 and log level is 3.
* this format allows user to pass a sinlge value
* (which is the most convenient way for most of the OSs)
* to be passed from user to the driver.
*/
int
dbglog_set_mod_log_lvl(wmi_unified_t wmi_handle, A_UINT32 mod_id_lvl);
@@ -157,8 +158,9 @@ void
dbglog_set_vap_enable_bitmap(wmi_unified_t wmi_handle,
A_UINT32 vap_enable_bitmap);
/** set log level for all the modules specified in the bitmap. for all other modules
* with 0 in the bitmap (or) outside the bitmap , the log level be reset to DBGLOG_ERR.
/** set log level for all the modules specified in the bitmap.
* for all other modules with 0 in the bitmap (or) outside the bitmap,
* the log level be reset to DBGLOG_ERR.
*/
void
dbglog_set_mod_enable_bitmap(wmi_unified_t wmi_handle,