linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix compiler warning in aic7770
@ 2005-08-29 23:15 Jesper Juhl
  2005-08-30 14:51 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2005-08-29 23:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-scsi, James.Bottomley

Fix compiler warning in drivers/scsi/aic7xxx/aic7770.c : 
   drivers/scsi/aic7xxx/aic7770.c:129: warning: unused variable `l'

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

 drivers/scsi/aic7xxx/aic7770.c |    1 -
 1 files changed, 1 deletion(-)

--- linux-2.6.13-orig/drivers/scsi/aic7xxx/aic7770.c	2005-08-29 01:41:01.000000000 +0200
+++ linux-2.6.13/drivers/scsi/aic7xxx/aic7770.c	2005-08-30 01:08:22.000000000 +0200
@@ -126,7 +126,6 @@ aic7770_find_device(uint32_t id)
 int
 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io)
 {
-	u_long	l;
 	int	error;
 	int	have_seeprom;
 	u_int	hostconf;


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix compiler warning in aic7770
  2005-08-29 23:15 [PATCH] fix compiler warning in aic7770 Jesper Juhl
@ 2005-08-30 14:51 ` Adrian Bunk
  2005-08-30 15:47   ` Jesper Juhl
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-08-30 14:51 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: linux-kernel, linux-scsi, James.Bottomley

On Tue, Aug 30, 2005 at 01:15:36AM +0200, Jesper Juhl wrote:

> Fix compiler warning in drivers/scsi/aic7xxx/aic7770.c : 
>    drivers/scsi/aic7xxx/aic7770.c:129: warning: unused variable `l'
>...

This patch is already in 2.6.13-rc6-mm2 (through the scsi-misc-2.6.git 
tree).

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix compiler warning in aic7770
  2005-08-30 14:51 ` Adrian Bunk
@ 2005-08-30 15:47   ` Jesper Juhl
  0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2005-08-30 15:47 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel, linux-scsi, James.Bottomley

On 8/30/05, Adrian Bunk <bunk@stusta.de> wrote:
> On Tue, Aug 30, 2005 at 01:15:36AM +0200, Jesper Juhl wrote:
> 
> > Fix compiler warning in drivers/scsi/aic7xxx/aic7770.c :
> >    drivers/scsi/aic7xxx/aic7770.c:129: warning: unused variable `l'
> >...
> 
> This patch is already in 2.6.13-rc6-mm2 (through the scsi-misc-2.6.git
> tree).
> 
Ok, I only checked 2.6.13. 
Thank you for the feedback.

-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-30 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-29 23:15 [PATCH] fix compiler warning in aic7770 Jesper Juhl
2005-08-30 14:51 ` Adrian Bunk
2005-08-30 15:47   ` Jesper Juhl

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).