b43legacy: reindent misleading statement

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Ilpo Järvinen 2008-10-30 13:43:41 +02:00 коммит произвёл John W. Linville
Родитель ccf5dd14f8
Коммит 95f8e38def
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);