b43legacy: reindent misleading statement
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Thu, 30 Oct 2008 11:43:41 +0000 (13:43 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:17:39 +0000 (15:17 -0500)
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43legacy/dma.c

index 308c264..3649fc3 100644 (file)
@@ -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);