]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath10k: debug: match wait_for_completion_timeout return type
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 30 Mar 2015 12:39:20 +0000 (15:39 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 1 Apr 2015 17:15:59 +0000 (20:15 +0300)
commit6e8d5438bd01f32aea4281dcda6e2ab192cb333c
tree8fc4387b3d39c3ebd850cb9e8945c73699e45e71
parent7c377c3de588a34ddcc4dbe2547b925b3f2efacc
ath10k: debug: 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.
Missing spaces 1*HZ -> 1 * HZ were also added along the way.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/debug.c