summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSolomon Tan <wjsota@gmail.com>2022-04-23 16:01:44 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-26 12:35:18 +0300
commit20400df1e48eeb1935557d372d6fdc7e2ecc1c18 (patch)
tree26f504b11597e77e308f3aecec046b5cc3e0ab24 /tools/perf/scripts/python
parent92d995d158bb2b5c2cab456f069d8cb06356e1e9 (diff)
downloadlinux-20400df1e48eeb1935557d372d6fdc7e2ecc1c18.tar.xz
staging: rtl8192e: Remove unnecessary u8 assignment cast
Remove the explicit casts in assignment statements for u8 variables. Because these variables are declared as u8, there is implicit conversion to u8 during the assignment, so an explicit cast is unnecessary. Signed-off-by: Solomon Tan <wjsota@gmail.com> Link: https://lore.kernel.org/r/20220423130150.161903-2-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