diff options
author | Octavian Purdila <octavian.purdila@intel.com> | 2014-11-18 12:57:57 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-11-19 17:12:19 (GMT) |
commit | 7ca2b1c6724b150d8305ce06e4b07904ecbcb3fb (patch) | |
tree | 963bedac8667475277826c83958302c3ae6de6ef /Kconfig | |
parent | 6732127f62a7635db072294c74795a20a8996db2 (diff) | |
download | linux-7ca2b1c6724b150d8305ce06e4b07904ecbcb3fb.tar.xz |
mfd: dln2: Fix _dln2_transfer return code
If wait_for_completion_interruptible_timeout returns a positive value
it may be propagated as the return value of _dln2_transfer. This
contradicts the documentation of the function and exposes unnecessary
internals to the callers.
This patch makes sure to set the return value to 0 in that case.
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions