mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
rtl8188eu: Fix checkpatch errors in hal/odm_HWConfig.c and hal/odm_debug.c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
bc21c61991
commit
f083317939
2 changed files with 243 additions and 542 deletions
File diff suppressed because it is too large
Load diff
|
@ -18,22 +18,15 @@
|
||||||
*
|
*
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/* */
|
|
||||||
/* include files */
|
/* include files */
|
||||||
/* */
|
|
||||||
|
|
||||||
#include "odm_precomp.h"
|
#include "odm_precomp.h"
|
||||||
|
|
||||||
void
|
void ODM_InitDebugSetting(struct odm_dm_struct *pDM_Odm)
|
||||||
ODM_InitDebugSetting(
|
|
||||||
struct odm_dm_struct * pDM_Odm
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
pDM_Odm->DebugLevel = ODM_DBG_TRACE;
|
pDM_Odm->DebugLevel = ODM_DBG_TRACE;
|
||||||
|
|
||||||
pDM_Odm->DebugComponents =
|
pDM_Odm->DebugComponents = 0;
|
||||||
\
|
|
||||||
0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 GlobalDebugLevel;
|
u32 GlobalDebugLevel;
|
||||||
|
|
Loading…
Reference in a new issue