Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90386
b: refs/heads/master
c: 3b86301
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Mar 26, 2008
1 parent cc355eb commit 960bd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa3a6cb4a6feacd712ca58fd1c6e99b33fde5d5d
refs/heads/master: 3b86301f1217553a80a0ff59a601b0fa3f257b8d
3 changes: 2 additions & 1 deletion trunk/drivers/net/usb/rndis_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 960bd03

Please sign in to comment.