endianness annotations: rndis

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Al Viro 2008-03-16 22:43:06 +00:00 committed by Jeff Garzik
parent fa3a6cb4a6
commit 3b86301f12
1 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,8 @@ generic_rndis_bind(struct usbnet *dev, struct usb_interface *intf, int flags)
struct rndis_set_c *set_c;
struct rndis_halt *halt;
} u;
u32 tmp, *phym;
u32 tmp;
__le32 *phym;
int reply_len;
unsigned char *bp;