summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2013-08-20 11:57:35 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-21 10:07:17 -0700
commit2c4283ca7cdcc6605859c836fc536fcd83a4525f (patch)
tree7d7ea96487cd7dcba0fba4bec50757262b3f5133 /tools/perf/scripts
parentded82ef91e247692682d696462f5f7e1f528758c (diff)
staging: comedi: dt282x: dt282x_ai_insn_read() always fails
In dt282x_ai_insn_read() we call this macro like: wait_for(!mux_busy(), comedi_error(dev, "timeout\n"); return -ETIME;); Because the if statement doesn't have curly braces it means we always return -ETIME and the function never succeeds. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Ian Abbott <abbotti@mev.co.uk> Cc: stable <stable@vger.kernel.org> # 2.6.36+ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions