diff options
| author | Nathan Chancellor <[email protected]> | 2021-08-05 11:58:06 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-08-05 21:12:40 +0200 |
| commit | 760e7353a6e13e73a73b419cac766b4a718d711c (patch) | |
| tree | 284474f99c9871f8410577ed601ad5058c5c6548 /tools/perf/scripts/python | |
| parent | 717d933d003c88668cbfab145d02c86ff3cf8756 (diff) | |
staging: r8188eu: Remove self assignment in get_rx_power_val_by_reg()
Clang warns:
drivers/staging/r8188eu/hal/rtl8188e_rf6052.c:344:13: warning:
explicitly assigning value of variable of type 'u32' (aka 'unsigned
int') to itself [-Wself-assign]
writeVal = writeVal;
~~~~~~~~ ^ ~~~~~~~~
1 warning generated.
Remove this branch as it is useless.
Reviewed-by: Nick Desaulniers <[email protected]>
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions