Re: [PATCH] eepro 0.12c

From: Jes Sorensen (jes@linuxcare.com)
Date: Tue Sep 26 2000 - 10:31:20 EST


>>>>> "aris" == aris <aris@conectiva.com.br> writes:

aris> hi, misc fixes on eepro driver, please apply

aris> @@ -212,6 +214,12 @@
aris> version of the 82595 chip. */
aris> int stepping;
aris> spinlock_t lock; /* Serializing lock */
aris> + unsigned rcv_ram;
aris> + unsigned rcv_start;
aris> + unsigned xmt_bar;
aris> + unsigned xmt_lower_limit_reg;
aris> + unsigned xmt_upper_limit_reg;
aris> + unsigned eeprom_reg;
aris> };

Please don't use unsigned without specifying the size, use either
unsigned int or unsigned long.

Cheers,
Jes
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:18 EST