mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/1] IRQ: remove irqfixup MODULE_PARM_DESC
@ 2009-07-30 22:02 Jiri Slaby
  2009-08-04 15:33 ` [tip:irq/core] irq: Clean up by removing irqfixup MODULE_PARM_DESC() tip-bot for Jiri Slaby
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Slaby @ 2009-07-30 22:02 UTC (permalink / raw)
  To: mingo; +Cc: x86, linux-kernel, Jiri Slaby

It's wrong (the parm takes no arguments) and compile-time wiped
away anyway (due to !MODULE).

Impact: cleanup

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
 kernel/irq/spurious.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c
index 4d56829..114e704 100644
--- a/kernel/irq/spurious.c
+++ b/kernel/irq/spurious.c
@@ -297,7 +297,6 @@ static int __init irqfixup_setup(char *str)
 
 __setup("irqfixup", irqfixup_setup);
 module_param(irqfixup, int, 0644);
-MODULE_PARM_DESC("irqfixup", "0: No fixup, 1: irqfixup mode, 2: irqpoll mode");
 
 static int __init irqpoll_setup(char *str)
 {
-- 
1.6.3.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-04 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-30 22:02 [PATCH 1/1] IRQ: remove irqfixup MODULE_PARM_DESC Jiri Slaby
2009-08-04 15:33 ` [tip:irq/core] irq: Clean up by removing irqfixup MODULE_PARM_DESC() tip-bot for Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome