[IrDA]: Use alloc_skb() in IrDA TX path
authorSamuel Ortiz <samuel@sortiz.org>
Fri, 21 Jul 2006 21:50:41 +0000 (14:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2006 21:50:41 +0000 (14:50 -0700)
As pointed out by Christoph Hellwig, dev_alloc_skb() is not intended to be
used for allocating TX sk_buff. The IrDA stack was exclusively calling
dev_alloc_skb() on the TX path, and this patch fixes that.

Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found