From: Ilpo Järvinen Date: Thu, 30 Oct 2008 11:43:41 +0000 (+0200) Subject: b43legacy: reindent misleading statement X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=95f8e38deffc55f7108bcfa3e180bd5b3d53fc04;p=linux-beck.git b43legacy: reindent misleading statement Signed-off-by: Ilpo Järvinen Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/b43legacy/dma.c b/drivers/net/wireless/b43legacy/dma.c index 308c2647f002..3649fc367098 100644 --- a/drivers/net/wireless/b43legacy/dma.c +++ b/drivers/net/wireless/b43legacy/dma.c @@ -919,7 +919,7 @@ struct b43legacy_dmaring *b43legacy_setup_dmaring(struct b43legacy_wldev *dev, if (!ring->txhdr_cache) goto err_kfree_meta; - dma_test = ssb_dma_map_single(dev->dev, + dma_test = ssb_dma_map_single(dev->dev, ring->txhdr_cache, sizeof(struct b43legacy_txhdr_fw3), DMA_TO_DEVICE);