mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
mmc: vub300: fix type of firmware_rom_wait_states module parameter
commit 61074287c2 upstream.
You didn't mean this to be a bool.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Tony Olech <tony.olech@elandigitalsystems.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1256559488
commit
e1bf69d93f
@@ -259,7 +259,7 @@ static int firmware_rom_wait_states = 0x04;
|
||||
static int firmware_rom_wait_states = 0x1C;
|
||||
#endif
|
||||
|
||||
module_param(firmware_rom_wait_states, bool, 0644);
|
||||
module_param(firmware_rom_wait_states, int, 0644);
|
||||
MODULE_PARM_DESC(firmware_rom_wait_states,
|
||||
"ROM wait states byte=RRRIIEEE (Reserved Internal External)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user