commit | c7b41f3affc63644f398b5faa170b1f531b406a8 | [log] [tgz] |
---|---|---|
author | Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com> | Wed Oct 12 13:13:01 2011 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Sat Oct 29 11:09:33 2011 +0100 |
tree | 5d2ca4c6cc4ce75e9754a33cd0c6a8150188431d | |
parent | 93e4ad74da14c8d5564cfc0b57c40ca311e53d47 [diff] |
i2c-eg20t: Modify returned value s32 to long Type of wait_event_timeout is long not s32. This patch replaces s32 with long. Additionally, delete negative processing(ret < 0). Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>