Thread (1 message) 1 message, 1 author, 2012-01-04
STALE5310d

[PATCH] intelfbdrv.c: bailearly is an int module_param

From: Rusty Russell <hidden>
Date: 2012-01-04 02:32:53
Also in: lkml
Subsystem: framebuffer layer, the rest · Maintainers: Helge Deller, Linus Torvalds

Dan Carpenter points out that it's an int, not a bool:
intelfbdrv.c:818:	if (bailearly = 1)
intelfbdrv.c:828:	if (bailearly = 2)
intelfbdrv.c:836:	if (bailearly = 3)
intelfbdrv.c:842:	if (bailearly = 4)
intelfbdrv.c:851:	if (bailearly = 5)
intelfbdrv.c:859:	if (bailearly = 6)
intelfbdrv.c:866:				    bailearly > 6 ? bailearly - 6 : 0);
intelfbdrv.c:874:	if (bailearly = 18)
intelfbdrv.c:886:	if (bailearly = 19)
intelfbdrv.c:893:	if (bailearly = 20)

Signed-off-by: Rusty Russell <redacted>
Cc: Dan Carpenter <redacted>
---
 drivers/video/intelfb/intelfbdrv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/intelfb/intelfbdrv.c b/drivers/video/intelfb/intelfbdrv.c
--- a/drivers/video/intelfb/intelfbdrv.c
+++ b/drivers/video/intelfb/intelfbdrv.c
@@ -263,7 +263,7 @@ module_param(probeonly, bool, 0);
 MODULE_PARM_DESC(probeonly, "Do a minimal probe (debug)");
 module_param(idonly, bool, 0);
 MODULE_PARM_DESC(idonly, "Just identify without doing anything else (debug)");
-module_param(bailearly, bool, 0);
+module_param(bailearly, int, 0);
 MODULE_PARM_DESC(bailearly, "Bail out early, depending on value (debug)");
 module_param(mode, charp, S_IRUGO);
 MODULE_PARM_DESC(mode,
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help