Signed-off-by: Tony Breeds <[EMAIL PROTECTED]>
---
drivers/net/pasemi_mac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: working/drivers/net/pasemi_mac.c
===================================================================
--- working.orig/drivers/net/pasemi_mac.c 2007-09-04 16:46:40.000000000
+1000
+++ working/drivers/net/pasemi_mac.c 2007-09-04 16:47:01.000000000 +1000
@@ -524,7 +524,7 @@ static int pasemi_mac_clean_tx(struct pa
struct pasemi_mac_buffer *info;
struct pas_dma_xct_descr *dp;
int start, count;
- int flags;
+ unsigned long flags;
spin_lock_irqsave(&mac->tx->lock, flags);
@@ -950,7 +950,7 @@ static int pasemi_mac_start_tx(struct sk
struct pas_dma_xct_descr *dp;
u64 dflags;
dma_addr_t map;
- int flags;
+ unsigned long flags;
dflags = XCT_MACTX_O | XCT_MACTX_ST | XCT_MACTX_SS | XCT_MACTX_CRC_PAD;
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html