Skip to content

Commit 3b86301

Browse files
Al ViroJeff Garzik
authored andcommitted
endianness annotations: rndis
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent fa3a6cb commit 3b86301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/usb/rndis_host.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ generic_rndis_bind(struct usbnet *dev, struct usb_interface *intf, int flags)
283283
struct rndis_set_c *set_c;
284284
struct rndis_halt *halt;
285285
} u;
286-
u32 tmp, *phym;
286+
u32 tmp;
287+
__le32 *phym;
287288
int reply_len;
288289
unsigned char *bp;
289290

0 commit comments

Comments
 (0)