commit | 2abaccb356a857dbf4c978a69f2209e19c1a0db3 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sun Feb 08 10:36:48 2015 -0500 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sun Mar 15 10:51:34 2015 +0100 |
tree | d573d14a199287c8ec4bc3bcd27a31477ad5a98c | |
parent | f87b53a0858ea69e65d7f19573907a60b2e32e66 [diff] |
i2c: axxia: fixup return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. The return variable is renamed to reflect its use and the type adjusted to unsigned long. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>