From: Markus Pargmann Date: Wed, 12 Aug 2015 10:12:28 +0000 (+0200) Subject: regmap: Fix integertypes for register address and value X-Git-Tag: omap-for-v4.3/fixes-rc1~58^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9b660b2128c92d66f18ac7fbd7c39a91cec159;p=pandora-kernel.git regmap: Fix integertypes for register address and value These values are defined as unsigned int in the struct and are assigned to int values. This patch fixes the type to be unsigned int instead. Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown --- Reading git-diff-tree failed