diff options
author | Colin Ian King <[email protected]> | 2020-04-01 21:11:01 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-04-02 09:35:32 -0700 |
commit | 49aef7175cc6eb703a9280a7b830e675fe8f2704 (patch) | |
tree | 5b1f43fc63553e05342804c562aeeb0000dc80ed /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | aa9f7d5172fac9bf1f09e678c35e287a40a7b7dd (diff) |
mm/memblock.c: remove redundant assignment to variable max_addr
The variable max_addr is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Pankaj Gupta <[email protected]>
Reviewed-by: Mike Rapoport <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Addresses-Coverity: ("Unused value")
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions