Skip to content

Commit 6107428

Browse files
rustyrussellcjb
authored andcommitted
mmc: vub300: fix type of firmware_rom_wait_states module parameter
You didn't mean this to be a bool. Signed-off-by: Rusty Russell <[email protected]> Acked-by: Tony Olech <[email protected]> Cc: <[email protected]> Signed-off-by: Chris Ball <[email protected]>
1 parent 5c7f0e0 commit 6107428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/vub300.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static int firmware_rom_wait_states = 0x04;
259259
static int firmware_rom_wait_states = 0x1C;
260260
#endif
261261

262-
module_param(firmware_rom_wait_states, bool, 0644);
262+
module_param(firmware_rom_wait_states, int, 0644);
263263
MODULE_PARM_DESC(firmware_rom_wait_states,
264264
"ROM wait states byte=RRRIIEEE (Reserved Internal External)");
265265

0 commit comments

Comments
 (0)