linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: scottm@somanetworks.com, greg@kroah.com,
	lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] cpcihp_generic: fix module_param data type
Date: Tue, 16 Nov 2004 15:13:44 -0800	[thread overview]
Message-ID: <419A89A8.10704@osdl.org> (raw)

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


drivers/pci/hotplug/cpcihp_generic.c:214: warning: return from
incompatible pointer type

diffstat:=
   drivers/pci/hotplug/cpcihp_generic.c |    2 +-
   1 files changed, 1 insertion(+), 1 deletion(-)

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


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

diff -Naurp ./drivers/pci/hotplug/cpcihp_generic.c~cpcihp_charp ./drivers/pci/hotplug/cpcihp_generic.c
--- ./drivers/pci/hotplug/cpcihp_generic.c~cpcihp_charp	2004-11-16 13:33:33.572046536 -0800
+++ ./drivers/pci/hotplug/cpcihp_generic.c	2004-11-16 14:30:06.588229672 -0800
@@ -63,7 +63,7 @@
 
 /* local variables */
 static int debug;
-static char bridge[256];
+static char *bridge;
 static u8 bridge_busnr;
 static u8 bridge_slot;
 static struct pci_bus *bus;


             reply	other threads:[~2004-11-16 23:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-16 23:13 Randy.Dunlap [this message]
2004-11-19 18:30 ` [PATCH] cpcihp_generic: fix module_param data type Greg KH

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=419A89A8.10704@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=scottm@somanetworks.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).