OSDN Git Service

ASoC: arizona: match wait_for_completion_timeout return type
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 8 Mar 2015 13:16:49 +0000 (09:16 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2015 18:18:07 +0000 (18:18 +0000)
commit17f4ad601d2753be7f15cd2928e89309759e4936
tree837e011881378f85dd95415a31a8ea2570276f11
parentc517d838eb7d07bbe9507871fab3931deccff539
ASoC: arizona: match wait_for_completion_timeout return type

return type of wait_for_completion_timeout is unsigned long not int. An
appropriately named unsigned long is added and the assignment fixed up.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c