tree 12da0bcd4d7a6fe42c5f0f573fea2b8f87b6cff9
parent 6becdff3bcaff1b89c392cf0630dcb5759704492
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Tue, 09 Aug 2005 11:49:48 -0700
committer James Bottomley <[EMAIL PROTECTED](none)> Fri, 12 Aug 2005 22:28:10 
-0500

[SCSI] fix warning in aic7770.c

From: "Martin J. Bligh" <[EMAIL PROTECTED]>

drivers/scsi/aic7xxx/aic7770.c: In function `aic7770_config':
drivers/scsi/aic7xxx/aic7770.c:129: warning: unused variable `l'

Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: James Bottomley <[EMAIL PROTECTED]>

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

diff --git a/drivers/scsi/aic7xxx/aic7770.c b/drivers/scsi/aic7xxx/aic7770.c
--- a/drivers/scsi/aic7xxx/aic7770.c
+++ b/drivers/scsi/aic7xxx/aic7770.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to