diff options
| author | Tom Rix <trix@redhat.com> | 2020-08-09 08:04:23 -0700 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-08-21 14:47:49 +1000 |
| commit | 3a61cdf43e670b99404436a5854aae993ef616ed (patch) | |
| tree | 70f74889cfd2c08bf7baf1347b364545ce424b33 /tools/perf/scripts/python | |
| parent | abd9875497ba47e198fb565f11d5f332eeb08ab3 (diff) | |
| download | linux-3a61cdf43e670b99404436a5854aae993ef616ed.tar.gz linux-3a61cdf43e670b99404436a5854aae993ef616ed.zip | |
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 <trix@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
