diff options
author | 2010-03-17 09:58:29 -0700 | |
---|---|---|
committer | 2010-05-12 09:19:03 -0700 | |
commit | 1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9 (patch) | |
tree | ca3c0b9703c62b6685546409a619ff4245150966 /drivers/acpi/debug.c | |
parent | arm: msm: smd: use either package v3 or v4 not both (diff) | |
download | linux-dev-1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9.tar.xz linux-dev-1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9.zip |
arm: msm: smd: convert unsigned addr to unsigned long
"unsigned" translates to "unsigned int", but this value holds an
address. We always want to use unsigned long for addresses since
it will change size to fit the machine.
This just convert the one address holder to unsigned long.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'drivers/acpi/debug.c')
0 files changed, 0 insertions, 0 deletions