From: Roland Vossen Date: Fri, 26 Aug 2011 13:19:35 +0000 (+0200) Subject: staging: brcm80211: assigned physical addresses in dma.c correct type X-Git-Tag: v3.2-rc1~169^2^2~864^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a44c8ad3378e88a5a14e1f74495c292a755527;p=pandora-kernel.git staging: brcm80211: assigned physical addresses in dma.c correct type Code cleanup. Physical addresses in dma.c are all allocated by calls to pci_alloc_consistent(). Since that call returns physical addresses as type 'dma_addr_t', all physical addresses in dma.c were changed from 'unsigned long' to 'dma_addr_t'. Reviewed-by: Arend van Spriel Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed