Loading drivers/net/wan/cosa.c +1 −2 Original line number Diff line number Diff line Loading @@ -731,7 +731,6 @@ static char *cosa_net_setup_rx(struct channel_data *chan, int size) * We can safely fall back to non-dma-able memory, because we have * the cosa->bouncebuf pre-allocated. */ if (chan->rx_skb) kfree_skb(chan->rx_skb); chan->rx_skb = dev_alloc_skb(size); if (chan->rx_skb == NULL) { Loading Loading
drivers/net/wan/cosa.c +1 −2 Original line number Diff line number Diff line Loading @@ -731,7 +731,6 @@ static char *cosa_net_setup_rx(struct channel_data *chan, int size) * We can safely fall back to non-dma-able memory, because we have * the cosa->bouncebuf pre-allocated. */ if (chan->rx_skb) kfree_skb(chan->rx_skb); chan->rx_skb = dev_alloc_skb(size); if (chan->rx_skb == NULL) { Loading