All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] fix MODULE_PARAM in video/stifb.c
@ 2006-01-08 23:33 Eric Sesterhenn / snakebyte
  2006-01-08 23:47 ` Matthew Wilcox
  2006-01-08 23:59 ` Matthew Wilcox
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Sesterhenn / snakebyte @ 2006-01-08 23:33 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

hi,

this patch changes MODULE_PARM usage to
module_param

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>

--- linux-2.6.15-eric/drivers/video/stifb.c.orig	2006-01-09 00:29:53.000000000 +0100
+++ linux-2.6.15-eric/drivers/video/stifb.c	2006-01-09 00:30:16.000000000 +0100
@@ -1489,6 +1489,6 @@ MODULE_AUTHOR("Helge Deller <deller@gmx.
 MODULE_DESCRIPTION("Framebuffer driver for HP's NGLE series graphics cards in HP PARISC machines");
 MODULE_LICENSE("GPL v2");
 
-MODULE_PARM(bpp, "i");
+module_param(bpp, int, 0);
 MODULE_PARM_DESC(mem, "Bits per pixel (default: 8)");
 



[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] [PATCH] fix MODULE_PARAM in video/stifb.c
  2006-01-08 23:33 [KJ] [PATCH] fix MODULE_PARAM in video/stifb.c Eric Sesterhenn / snakebyte
@ 2006-01-08 23:47 ` Matthew Wilcox
  2006-01-08 23:59 ` Matthew Wilcox
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2006-01-08 23:47 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

On Mon, Jan 09, 2006 at 12:33:21AM +0100, Eric Sesterhenn / snakebyte wrote:
> hi,
> 
> this patch changes MODULE_PARM usage to
> module_param

Thanks, I'll put this one in the parisc tree.

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

* Re: [KJ] [PATCH] fix MODULE_PARAM in video/stifb.c
  2006-01-08 23:33 [KJ] [PATCH] fix MODULE_PARAM in video/stifb.c Eric Sesterhenn / snakebyte
  2006-01-08 23:47 ` Matthew Wilcox
@ 2006-01-08 23:59 ` Matthew Wilcox
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2006-01-08 23:59 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

On Sun, Jan 08, 2006 at 04:47:45PM -0700, Matthew Wilcox wrote:
> On Mon, Jan 09, 2006 at 12:33:21AM +0100, Eric Sesterhenn / snakebyte wrote:
> > hi,
> > 
> > this patch changes MODULE_PARM usage to
> > module_param
> 
> Thanks, I'll put this one in the parisc tree.

Uh, I should have checked first.  It doesn't exist any more, so we
can just ignore this patch ;-)  Thanks anyway!


[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2006-01-08 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-08 23:33 [KJ] [PATCH] fix MODULE_PARAM in video/stifb.c Eric Sesterhenn / snakebyte
2006-01-08 23:47 ` Matthew Wilcox
2006-01-08 23:59 ` Matthew Wilcox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.