diff options
| author | Saurav Girepunje <[email protected]> | 2021-11-07 23:38:30 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-11-15 10:02:04 +0100 |
| commit | 01d80b6ed2e3dd534709856a1bc4a5c18672e47c (patch) | |
| tree | 32ff9cfaea1cbd830d7fed1f560a75ddd37ba6e1 /tools/perf/scripts/python | |
| parent | d79c38617440b1f30d5a2936961fb7adbc46fcc4 (diff) | |
staging: rtl8723bs: core: avoid unnecessary if condition
In function rtw_lps_change_dtim_hdl remove the if condition check
to compare the pwrpriv->dtim to dtim . If both are not equal dtim
is getting assign to pwrpriv->dtim. But if both are equal assigning
dtim to pwrpriv->dtim will not make any difference on value. So remove
the unnecessary if condition check.
Signed-off-by: Saurav Girepunje <[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