commit | 1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9 | [log] [tgz] |
---|---|---|
author | Daniel Walker <dwalker@codeaurora.org> | Wed Mar 17 09:58:29 2010 -0700 |
committer | Daniel Walker <dwalker@codeaurora.org> | Wed May 12 09:19:03 2010 -0700 |
tree | ca3c0b9703c62b6685546409a619ff4245150966 | |
parent | bf83de4037780b11b27f1e32e33c1e8e7e42602e [diff] |
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>