aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSolomon Tan <[email protected]>2022-04-23 21:01:48 +0800
committerGreg Kroah-Hartman <[email protected]>2022-04-26 11:35:18 +0200
commitbd0b9adf3583fb99d285b39a7847a7ee4cdadb92 (patch)
tree1fe8c2074ade78606fd1ab4af32307b24cb98485 /tools/perf/scripts/python
parent0bc8b4b97be38ace81e31093a18832273efacc36 (diff)
staging: rtl8192e: Remove unnecessary u16 argument cast
Remove the explicit u16 casts for u16 argument in the function call. This function has declared its parameter to be of type u16, so the argument given to that parameter will be automatically coerced to u16. Therefore, 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