All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: akpm <akpm@osdl.org>, lkml <linux-kernel@vger.kernel.org>,
	Henrik.Seidel@gmx.de
Subject: [PATCH] radio-typhoon: use correct module_param data type
Date: Sat, 15 Jan 2005 16:20:35 -0800	[thread overview]
Message-ID: <41E9B353.6000805@osdl.org> (raw)

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


Use correct data type for module_param:
drivers/media/radio/radio-typhoon.c:317: warning: return from 
incompatible pointer type

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

diffstat:=
  drivers/media/radio/radio-typhoon.c |    2 +-
  1 files changed, 1 insertion(+), 1 deletion(-)
---



[-- Attachment #2: radio_typhoon_modprm.patch --]
[-- Type: text/x-patch, Size: 537 bytes --]


diff -Naurp ./drivers/media/radio/radio-typhoon.c~rad_typh_modprm ./drivers/media/radio/radio-typhoon.c
--- ./drivers/media/radio/radio-typhoon.c~rad_typh_modprm	2005-01-10 13:28:51.000000000 -0800
+++ ./drivers/media/radio/radio-typhoon.c	2005-01-15 15:52:36.135580880 -0800
@@ -314,7 +314,7 @@ module_param(radio_nr, int, 0);
 
 #ifdef MODULE
 static unsigned long mutefreq = 0;
-module_param(mutefreq, int, 0);
+module_param(mutefreq, ulong, 0);
 MODULE_PARM_DESC(mutefreq, "Frequency used when muting the card (in kHz)");
 #endif
 

                 reply	other threads:[~2005-01-16  0:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=41E9B353.6000805@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=Henrik.Seidel@gmx.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@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.