From: Daniel Walker Date: Wed, 17 Mar 2010 16:58:29 +0000 (-0700) Subject: arm: msm: smd: convert unsigned addr to unsigned long X-Git-Tag: v2.6.35-rc1~497^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a86fbc167fdf8ac387a52d49782d7a5bc1d9ac9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed