commit | 7c377c3de588a34ddcc4dbe2547b925b3f2efacc | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Mon Mar 30 15:39:20 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Apr 01 20:13:11 2015 +0300 |
tree | 07ccf788fecdfc400194d146fdf0fb6e72992108 | |
parent | 8e9904f5b9e5e0a126020211218c401d601ef74b [diff] |
ath10k: htc: 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 assignments fixed up. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>