[PATCH] dm9000 trivial annotation

Previous thread: [PATCH] mfd/asic3: ioread/iowrite take pointer, not unsigned long by Al Viro on Friday, March 28, 2008 - 8:10 pm. (1 message)

Next thread: [PATCH 1/2] do_wait reorganization by Roland McGrath on Friday, March 28, 2008 - 8:34 pm. (23 messages)
From: Al Viro
Date: Friday, March 28, 2008 - 8:11 pm

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/net/dm9000.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/dm9000.c b/drivers/net/dm9000.c
index b09a53d..d63cc93 100644
--- a/drivers/net/dm9000.c
+++ b/drivers/net/dm9000.c
@@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id)
 struct dm9000_rxhdr {
 	u8	RxPktReady;
 	u8	RxStatus;
-	u16	RxLen;
+	__le16	RxLen;
 } __attribute__((__packed__));
 
 /*
-- 
1.5.3.GIT

--

Previous thread: [PATCH] mfd/asic3: ioread/iowrite take pointer, not unsigned long by Al Viro on Friday, March 28, 2008 - 8:10 pm. (1 message)

Next thread: [PATCH 1/2] do_wait reorganization by Roland McGrath on Friday, March 28, 2008 - 8:34 pm. (23 messages)