]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm5100: match wait_for_completion_timeout return type
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 8 Mar 2015 10:57:07 +0000 (06:57 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 9 Mar 2015 18:18:13 +0000 (18:18 +0000)
commit07a5bb9a8d51e6872c90d7b0c23b999e9d515723
treeb4b515f508a8e0dec45a25d5b5b7fdce750668f5
parentb7d65746744b343701de14ca433982a3229390be
ASoC: wm5100: 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/wm5100.c