Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322789
b: refs/heads/master
c: 2120c52
h: refs/heads/master
i:
  322787: a0b65b9
v: v3
  • Loading branch information
Lennart Sorensen authored and David S. Miller committed Sep 10, 2012
1 parent e59bfb1 commit 7e4480c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6862234238e84648c305526af2edd98badcad1e0
refs/heads/master: 2120c52da6fe741454a60644018ad2a6abd957ac
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/sierra_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static int sierra_net_get_fw_attr(struct usbnet *dev, u16 *datap)
return -EIO;
}

*datap = *attrdata;
*datap = le16_to_cpu(*attrdata);

kfree(attrdata);
return result;
Expand Down

0 comments on commit 7e4480c

Please sign in to comment.