diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-03-17 03:51:13 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-03-27 16:53:42 +0100 |
commit | d9e1f4417a43cd0871253b2158eae07a48d656b5 (patch) | |
tree | 99773d332d038a1e01762d7163d83fbf6537322b /drivers/dma | |
parent | 9c836d0c44798227a75c410cf33a76992cf93437 (diff) | |
download | talos-op-linux-d9e1f4417a43cd0871253b2158eae07a48d656b5.tar.gz talos-op-linux-d9e1f4417a43cd0871253b2158eae07a48d656b5.zip |
i2c: davinci: fixup wait_for_completion_timeout handling
wait_for_completion_timeout return 0 (timeout) or >=1 (completion) so the check
for >= 0 is always true and can be dropped implying that r==-EREMOTEIO and thus
the return of -EREMOTEIO can be done in the if (dev->buf_len) branch.
As wait_for_completion_timeout returns unsigned long not int, and int r is
exclusively used for wait_for_completion_timeout it is renamed and the type
changed to unsigned long.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Acked-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/dma')
0 files changed, 0 insertions, 0 deletions