diff options
author | Bernhard Walle <bwalle@suse.de> | 2009-01-16 19:11:45 +0100 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2009-01-19 12:14:05 +1100 |
commit | 988a8a9c29230233abf7772bc3dce00603f3011a (patch) | |
tree | 74e96d31a6f880b849a9705531ef94a9e63164b2 /kexec/kexec.c | |
parent | 95c74405638c786bc76fbca5e4e8427dfe26e907 (diff) |
printf() consolidation
Remove the fprintf(stderr,...) in get_memory_ranges() that adds unnecessary
output in the normal kexec case that the user don't want to see.
Use dbgprintf() in get_base_ranges() instead of
#ifdef DEBUG
fprintf(stderr,...)
#endif
to to make the code more readable.
Signed-off-by: Bernhard Walle <bwalle@suse.de>diff --git a/kexec/arch/ppc64/kexec-ppc64.c b/kexec/arch/ppc64/kexec-ppc64.c
index ad8a31c..8d4e42b 100644
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec.c')
0 files changed, 0 insertions, 0 deletions