From: Ivo van Doorn Date: Fri, 20 Jun 2008 20:10:53 +0000 (+0200) Subject: rt2x00: Remove duplicate deinitialization X-Git-Tag: v2.6.27-rc1~969^2~254^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61243d8e79de67d703b192fae2c4ab80fc0fac34;p=pandora-kernel.git rt2x00: Remove duplicate deinitialization When rt2x00queue_alloc_rxskbs() fails rt2x00queue_unitialize() will be called which will free all rxskb. So we don't need to do this in the rt2x00queue_alloc_rxskb() function as well. rt2x00queue_free_skb() unmaps the DMA but doesn't clear the allocation flag. Since the code is copied from rt2x00queue_unmap_skb() anyway (and that function does clear the flag) we might as well use that function directly. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed