Re: [PATCH] pasemi_mac: fix typo

2007-10-23 Thread Jeff Garzik
Olof Johansson wrote: > Add missing &: > > drivers/net/pasemi_mac.c: In function 'pasemi_mac_clean_rx': > drivers/net/pasemi_mac.c:553: warning: passing argument 1 of 'prefetch' > makes pointer from integer without a cast > > > Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> > > diff --git a/

[PATCH] pasemi_mac: fix typo

2007-10-20 Thread Olof Johansson
Add missing &: drivers/net/pasemi_mac.c: In function 'pasemi_mac_clean_rx': drivers/net/pasemi_mac.c:553: warning: passing argument 1 of 'prefetch' makes pointer from integer without a cast Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pas