arm: msm: smd: convert unsigned addr to unsigned long
authorDaniel Walker <dwalker@codeaurora.org>
Wed, 17 Mar 2010 16:58:29 +0000 (09:58 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 12 May 2010 16:19:03 +0000 (09:19 -0700)
commit1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9
treeca3c0b9703c62b6685546409a619ff4245150966
parentbf83de4037780b11b27f1e32e33c1e8e7e42602e
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>
arch/arm/mach-msm/smd.c