* [PATCH] cpcihp_generic: fix module_param data type
@ 2004-11-16 23:13 Randy.Dunlap
2004-11-19 18:30 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-11-16 23:13 UTC (permalink / raw)
To: scottm, greg, lkml
[-- 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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] cpcihp_generic: fix module_param data type
2004-11-16 23:13 [PATCH] cpcihp_generic: fix module_param data type Randy.Dunlap
@ 2004-11-19 18:30 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-11-19 18:30 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: scottm, lkml
On Tue, Nov 16, 2004 at 03:13:44PM -0800, Randy.Dunlap wrote:
>
> 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>
Applied, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-19 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-16 23:13 [PATCH] cpcihp_generic: fix module_param data type Randy.Dunlap
2004-11-19 18:30 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox