Browse Source

spectra: Don't overwrite nand_debug_level. It's a module param

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
David Woodhouse 15 years ago
parent
commit
44fa63fc23
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/block/spectra/ffsport.c

+ 0 - 2
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);