Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] b44: src_desc->addr is little-endian

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
774ba59c 6a13f660

+1 -1
+1 -1
drivers/net/b44.c
··· 752 752 dest_idx * sizeof(dest_desc), 753 753 DMA_BIDIRECTIONAL); 754 754 755 - pci_dma_sync_single_for_device(bp->pdev, src_desc->addr, 755 + pci_dma_sync_single_for_device(bp->pdev, le32_to_cpu(src_desc->addr), 756 756 RX_PKT_BUF_SZ, 757 757 PCI_DMA_FROMDEVICE); 758 758 }