ASoC: wm2200: match wait_for_completion_timeout return type
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 8 Mar 2015 11:06:05 +0000 (07:06 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2015 18:18:34 +0000 (18:18 +0000)
commit78bb997ace926451ec8d1ed15178b161dc61b805
tree3b2752519edff6c2724672c4f8efca8f10475c38
parentc517d838eb7d07bbe9507871fab3931deccff539
ASoC: wm2200: 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm2200.c