From: Samuel Ortiz Date: Fri, 21 Jul 2006 21:50:41 +0000 (-0700) Subject: [IrDA]: Use alloc_skb() in IrDA TX path X-Git-Tag: v2.6.18-rc3~59^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485fb2c998a37d5c3c6aa082aa451e66db90f34a;p=pandora-kernel.git [IrDA]: Use alloc_skb() in IrDA TX path 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed