Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299924
b: refs/heads/master
c: da3a9e9
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Poirier authored and David S. Miller committed Apr 25, 2012
1 parent 1262dce commit f059617
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: 2a5809499e35b53a6044fd34e72b242688b7a862
refs/heads/master: da3a9e9e7b8341cfc939818103cb7ef9f5293de2
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ti/tlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ tlan_get_skb(const struct tlan_list *tag)
unsigned long addr;

addr = tag->buffer[9].address;
addr |= (tag->buffer[8].address << 16) << 16;
addr |= ((unsigned long) tag->buffer[8].address << 16) << 16;
return (struct sk_buff *) addr;
}

Expand Down

0 comments on commit f059617

Please sign in to comment.