aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSolomon Tan <[email protected]>2022-04-23 21:01:44 +0800
committerGreg Kroah-Hartman <[email protected]>2022-04-26 11:35:18 +0200
commit20400df1e48eeb1935557d372d6fdc7e2ecc1c18 (patch)
tree26f504b11597e77e308f3aecec046b5cc3e0ab24 /tools/perf/scripts/python
parent92d995d158bb2b5c2cab456f069d8cb06356e1e9 (diff)
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 <[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