From: Lars-Peter Clausen Date: Thu, 13 Feb 2014 13:14:21 +0000 (+0100) Subject: ASoC: dapm: Consistently use unsigned int for register values X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~13^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ac6b6ebd175eaf5db7e0d7c015cd1460548b98;p=pandora-kernel.git ASoC: dapm: Consistently use unsigned int for register values Commit f7d3c1709 ("ASoC: dapm: Change prototype of soc_widget_read") changed the signature of soc_widget_read() so that it, instead of return the register value as a int, takes a pointer to a unsigned int and stores the register value in that pointer. There are still a few places that pass a int type value to that function though. Change these to unsigned int. For more consistency also change the signature of soc_widget_write() to take a unsigned int instead of an int for the register value. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed