diff options
| author | Tom Rix <[email protected]> | 2020-08-09 08:04:23 -0700 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2020-08-21 14:47:49 +1000 |
| commit | 3a61cdf43e670b99404436a5854aae993ef616ed (patch) | |
| tree | 70f74889cfd2c08bf7baf1347b364545ce424b33 /tools/perf/scripts/python/bin | |
| parent | abd9875497ba47e198fb565f11d5f332eeb08ab3 (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/bin')
0 files changed, 0 insertions, 0 deletions