rtl8723ds: Fix a couple of errors in overlapping locks

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2017-10-25 13:56:39 -05:00
parent 1621248cc1
commit c69a20ba17
2 changed files with 14 additions and 25 deletions

View File

@@ -56,7 +56,7 @@ enum {
#define RTW_DBG_EXPR(EXPR) do {} while (0)
#define RTW_DBGDUMP 0 /* 'stream' for _dbgdump */
#define RTW_DBGDUMP NULL /* 'stream' for _dbgdump */
/* don't use these 3 APIs anymore, will be removed later */
#define RT_TRACE(_Comp, _Level, Fmt) do {} while (0)
@@ -259,7 +259,7 @@ extern uint rtw_drv_log_level;
if (sel == RTW_DBGDUMP)\
RTW_PRINT(fmt, ##arg); \
else {\
_seqdump((struct seq_file *)sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
_seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; \
} \
} while (0)