Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information