ramips: Remove unnecessary skb_put
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 24121
This commit is contained in:
parent
f21c0cacf8
commit
c6e4124855
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ ramips_alloc_dma(struct raeth_priv *re)
|
|||
|
||||
skb_reserve(new_skb, 2);
|
||||
re->rx[i].rxd1 = dma_map_single(NULL,
|
||||
skb_put(new_skb, 2),
|
||||
new_skb->data,
|
||||
MAX_RX_LENGTH + 2,
|
||||
DMA_FROM_DEVICE);
|
||||
re->rx[i].rxd2 |= RX_DMA_LSO;
|
||||
|
|
Loading…
Reference in a new issue