Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332952
b: refs/heads/master
c: 50fb47a
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Oct 9, 2012
1 parent 22c2d33 commit c44895e
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: 1451ae6ef8bff77007338b2870bb3de2658afff8
refs/heads/master: 50fb47ae4d812d5eabc57539701dc0fd6404495e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ fst_q_work_item(u64 * queue, int card_index)
* bottom half for the card. Note the limitation of 64 cards.
* That ought to be enough
*/
mask = 1 << card_index;
mask = (u64)1 << card_index;
*queue |= mask;
spin_unlock_irqrestore(&fst_work_q_lock, flags);
}
Expand Down

0 comments on commit c44895e

Please sign in to comment.