diff options
author | Wei Yang <[email protected]> | 2015-06-04 14:18:49 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-06-05 13:53:22 +0200 |
commit | f2af7d25b4aa5b01203cc76e7530ea7fd18864a0 (patch) | |
tree | d328003041ed0cd3e78f6e7bb84a8b91cd17aa9c /lib/memory-notifier-error-inject.c | |
parent | d4bd441532b81fe2be1706e7f9dbbe8b5a364bcf (diff) |
x86/boot/setup: Clean up the e820_reserve_setup_data() code
Deobfuscate the 'found' logic, it can be replaced with a simple:
if (!pa_data)
return;
and 'found' can be eliminated.
Signed-off-by: Wei Yang <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yinghai Lu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions