* [2.6 patch] drivers/char/istallion.c: remove an unneeded variable
@ 2005-04-17 20:06 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-04-17 20:06 UTC (permalink / raw)
To: linux-kernel
This patch removes an unneeded global variable.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/char/istallion.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
--- linux-2.6.12-rc2-mm3-full/drivers/char/istallion.c.old 2005-04-17 18:05:53.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/char/istallion.c 2005-04-17 18:07:32.000000000 +0200
@@ -407,7 +407,6 @@
};
static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long);
-int stli_eisaprobe = STLI_EISAPROBE;
/*
* Define the Stallion PCI vendor and device IDs.
@@ -4685,7 +4684,7 @@
#ifdef MODULE
stli_argbrds();
#endif
- if (stli_eisaprobe)
+ if (STLI_EISAPROBE)
stli_findeisabrds();
#ifdef CONFIG_PCI
stli_findpcibrds();
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] drivers/char/istallion.c: remove an unneeded variable
@ 2005-04-30 20:07 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-04-30 20:07 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
This patch removes an unneeded global variable.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
drivers/char/istallion.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
---
This patch was already sent on:
- 17 Apr 2005
--- linux-2.6.12-rc2-mm3-full/drivers/char/istallion.c.old 2005-04-17 18:05:53.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/char/istallion.c 2005-04-17 18:07:32.000000000 +0200
@@ -407,7 +407,6 @@
};
static int stli_eisamempsize = sizeof(stli_eisamemprobeaddrs) / sizeof(unsigned long);
-int stli_eisaprobe = STLI_EISAPROBE;
/*
* Define the Stallion PCI vendor and device IDs.
@@ -4685,7 +4684,7 @@
#ifdef MODULE
stli_argbrds();
#endif
- if (stli_eisaprobe)
+ if (STLI_EISAPROBE)
stli_findeisabrds();
#ifdef CONFIG_PCI
stli_findpcibrds();
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-30 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-30 20:07 [2.6 patch] drivers/char/istallion.c: remove an unneeded variable Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-04-17 20:06 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox