aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2020-08-09 08:04:23 -0700
committerHerbert Xu <[email protected]>2020-08-21 14:47:49 +1000
commit3a61cdf43e670b99404436a5854aae993ef616ed (patch)
tree70f74889cfd2c08bf7baf1347b364545ce424b33 /tools/perf/scripts/python
parentabd9875497ba47e198fb565f11d5f332eeb08ab3 (diff)
hwrng: intel - cleanup initialization
clang static analysis reports this problem intel-rng.c:333:2: warning: Assigned value is garbage or undefined void __iomem *mem = mem; ^~~~~~~~~~~~~~~~~ ~~~ Because mem is assigned before it is used, this is not a real problem. But the initialization is strange and not needed, so remove it. Signed-off-by: Tom Rix <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions