diff options
Diffstat (limited to 'drivers/net/wan/farsync.c')
-rw-r--r-- | drivers/net/wan/farsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c index 1a623183cbe5..b6271325f803 100644 --- a/drivers/net/wan/farsync.c +++ b/drivers/net/wan/farsync.c | |||
@@ -597,7 +597,7 @@ fst_q_work_item(u64 * queue, int card_index) | |||
597 | * bottom half for the card. Note the limitation of 64 cards. | 597 | * bottom half for the card. Note the limitation of 64 cards. |
598 | * That ought to be enough | 598 | * That ought to be enough |
599 | */ | 599 | */ |
600 | mask = 1 << card_index; | 600 | mask = (u64)1 << card_index; |
601 | *queue |= mask; | 601 | *queue |= mask; |
602 | spin_unlock_irqrestore(&fst_work_q_lock, flags); | 602 | spin_unlock_irqrestore(&fst_work_q_lock, flags); |
603 | } | 603 | } |