On Tue, Oct 07, 2003 at 04:58:08PM -0700, Stephen Hemminger wrote: > This fixes a compiler warning in 'make allmodconfig' for 2.6.0-test6 > which indicates a bug in this driver. It is using an int for time (jiffies) > comparison which is not correct; must use unsigned long. > > - int timeout; > + unsigned long timeout; Merged, thanks. Gerd -- You have a new virus in /var/mail/kraxel