diff options
| author | Roland Vossen <rvossen@broadcom.com> | 2011-08-26 15:19:35 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-26 10:53:12 -0700 |
| commit | b5a44c8ad3378e88a5a14e1f74495c292a755527 (patch) | |
| tree | 917385d3a0100fd144054f35541134ab90d76d6a /include/linux | |
| parent | 87687ac926c2db6875b47f86fd466a82873751c5 (diff) | |
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 <arend@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
