diff options
| author | Nathan Chancellor <[email protected]> | 2021-08-14 16:56:26 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-08-16 09:09:59 +0200 |
| commit | 099ec97ac92911abfb102bb5c68ed270fc12e0dd (patch) | |
| tree | a449ee54b9b5590c080c7b9facb46c4d2a35f97a /include/linux/debugobjects.h | |
| parent | 7c715fbce5d300bb782e2b92afab371bc9b8c697 (diff) | |
staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff819xUsb()
clang warns:
drivers/staging/rtl8192u/r8192U_core.c:4268:20: warning: bitwise and of
boolean expressions; did you mean logical and? [-Wbool-operation-and]
bpacket_toself = bpacket_match_bssid &
^~~~~~~~~~~~~~~~~~~~~
&&
1 warning generated.
Replace the bitwise AND with a logical one to clear up the warning, as
that is clearly what was intended.
Fixes: 8fc8598e61f6 ("Staging: Added Realtek rtl8192u driver to staging")
Signed-off-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions