[2.6 patch] drivers/char/istallion.c: remove an unneeded variable

From: Adrian Bunk (bunk_at_stusta.de)
Date: 04/30/05

  • Next message: Adrian Bunk: "[2.6 patch] drivers/char/mwave/3780i.c: cleanups"
    Date:	Sat, 30 Apr 2005 22:07:57 +0200
    To: Andrew Morton <akpm@osdl.org>
    
    

    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();
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Adrian Bunk: "[2.6 patch] drivers/char/mwave/3780i.c: cleanups"

    Relevant Pages

    • RE: Error mounting root fs on 72:01 using Promise FastTrak TX2000 (PDC20271)
      ... I think the patch should be included in the official kernel ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • [2.6 patch] cdrom.c: make several functions static (fwd)
      ... The patch forwarded below still applies and compiles against ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ... There had been need of rain for many days. ...
      (Linux-Kernel)
    • [2.6 patch] some parport_pc.c cleanups (fwd)
      ... The patch forwarded below still applies and compiles against ... extern struct parport *parport_pc_probe_port (unsigned long base, ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • [2.4 patch] fix a compile warning in tipar.c (fwd)
      ... [2.4 patch] fix a compile warning in tipar.c ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • RE: kernel BUG at kernel/timer.c:370!
      ... Subject: kernel BUG at kernel/timer.c:370! ... Could you please apply the below patch, wait for the problem to reoccur, ... Please read the FAQ at http://www.tux.org/lkml/ ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)