From: Luis R. Rodriguez Date: Wed, 4 Nov 2009 17:44:50 +0000 (-0800) Subject: ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it X-Git-Tag: v2.6.33-rc1~388^2~280^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd849782a7388e091e356373a744f8b7ae97188a;p=pandora-kernel.git ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it ath5k is using the (csz - 1) twice as ath_rxbuf_alloc() already allocates and moves skb->data accordingly. Remove the extra (csz -1). Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed