lkml.org 
[lkml]   [2004]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] cpcihp_generic: fix module_param data type

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>

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;
\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.045 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site