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)
"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>

No differences found