All of lore.kernel.org
 help / color / mirror / Atom feed
From: Domen Puncer <domen@coderock.org>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH] radio-sf16fmi cleanup
Date: Mon, 10 Jan 2005 01:27:44 +0000	[thread overview]
Message-ID: <20050110012744.GB14307@nd47.coderock.org> (raw)
In-Reply-To: <20041219190530.GA9205@penguin.localdomain>

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

On 19/12/04 20:05 +0100, Marcel Sebek wrote:
> This is small cleanup of radio-sf16fmi driver.
> 
> Compile tested.
> 
> Signed-off-by: Marcel Sebek <sebek64@post.cz>
> 
> diff -urNp linux-2.6/drivers/media/radio/radio-sf16fmi.c linux-2.6-new/drivers/media/radio/radio-sf16fmi.c
> --- linux-2.6/drivers/media/radio/radio-sf16fmi.c	2004-09-13 19:44:54.000000000 +0200
> +++ linux-2.6-new/drivers/media/radio/radio-sf16fmi.c	2004-12-18 19:15:02.000000000 +0100
...
> -MODULE_PARM(io, "i");
> +module_param(io, int, 0444);
...

module_param from other folks already got merged.


Care to resend this chunk with removal from kernel-parameters.txt?

> -
> -#ifndef MODULE
> -static int __init fmi_setup_io(char *str)
> -{
> -	get_option(&str, &io);
> -	return 1;
> -}
> -
> -__setup("sf16fm=", fmi_setup_io);
> -#endif

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

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

  reply	other threads:[~2005-01-10  1:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-19 19:05 [KJ] [PATCH] radio-sf16fmi cleanup Marcel Sebek
2005-01-10  1:27 ` Domen Puncer [this message]
2005-01-10 18:02 ` Marcel Sebek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050110012744.GB14307@nd47.coderock.org \
    --to=domen@coderock.org \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.