Re: [PATCH] aic7* claims all checked EISA io ranges (was: [MAILER-DAEMON@rumms.u

From: Chuck Ebbert (76306.1226@compuserve.com)
Date: Tue Apr 08 2003 - 20:21:30 EST


Justin T. Gibbs wrote:

>As far as the 2.4.X series is concerned, pushing has not helped. I've
>seen spelling fixes and incorrorct changes get accepted from non
>maintainers "instantly", while the maintainers changes are not accepted.

And your code goes for long periods of time without merging good fixes,
like this one (from 2.4.20):

--- aic7-20030310/drivers/scsi/aic7xxx/aic7770.c.orig Mon Mar 10 20:46:36 2003
+++ aic7-20030310/drivers/scsi/aic7xxx/aic7770.c Tue Apr 8 20:45:20 2003
@ -314,7 +314,7 @
         if (bootverbose)
                 printf("%s: Reading SEEPROM...", ahc_name(ahc));
         have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
- /*start_addr*/0, sizeof(sc)/2);
+ /*start_addr*/0, sizeof(*sc)/2);
 
         if (have_seeprom) {
 

--
 Chuck
 Can't we all just get along?
-
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/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:17 EST