summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSolomon Tan <wjsota@gmail.com>2022-04-23 16:01:45 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-26 12:35:18 +0300
commit46176f28c0dcfee420f7807585de015e28754527 (patch)
tree69ea9a44773c135dcfd38350f811a9e6db9163de /tools/perf/scripts/python
parent20400df1e48eeb1935557d372d6fdc7e2ecc1c18 (diff)
downloadlinux-46176f28c0dcfee420f7807585de015e28754527.tar.xz
staging: rtl8192e: Remove unnecessary u8 argument cast
Remove the unnecessary explicit u8 casts for u8 arguments in function calls. These functions have declared their parameters to be of type u8, so the arguments given to those parameters will be automatically coerced to u8. Therefore, an explicit cast is unnecessary. Signed-off-by: Solomon Tan <wjsota@gmail.com> Link: https://lore.kernel.org/r/20220423130150.161903-3-wjsota@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions