Re: [PATCH 2.6.13] Warning in the e1000 driver

2005-09-01 Thread Jeff Kirsher
On 9/1/05, Daniel Walker <[EMAIL PROTECTED]> wrote: > > This should fix a small warning in the e1000 driver. It casts to the > largest possible type dma field. This was found while compiling for > X86_64 . > > Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> > > Index: linux-2.6.13/drivers/net/e

[PATCH 2.6.13] Warning in the e1000 driver

2005-09-01 Thread Daniel Walker
This should fix a small warning in the e1000 driver. It casts to the largest possible type dma field. This was found while compiling for X86_64 . Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> Index: linux-2.6.13/drivers/net/e1000/e1000_main.c ==