From: David Woodhouse Date: Wed, 14 Oct 2009 22:07:01 +0000 (+0100) Subject: spectra: Don't overwrite nand_debug_level. It's a module param X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=44fa63fc230a3ab3b34c669cf07ae6c487087952;p=linux-beck.git spectra: Don't overwrite nand_debug_level. It's a module param Signed-off-by: David Woodhouse --- diff --git a/drivers/block/spectra/ffsport.c b/drivers/block/spectra/ffsport.c index c53face1816c..3c3565d40545 100644 --- a/drivers/block/spectra/ffsport.c +++ b/drivers/block/spectra/ffsport.c @@ -729,8 +729,6 @@ static int GLOB_SBD_init(void) int i; /* Set debug output level (0~3) here. 3 is most verbose */ - nand_debug_level = 0; - printk(KERN_ALERT "Spectra: %s\n", GLOB_version); mutex_init(&spectra_lock);