commit | 1c42aca54fa0e738d9f0c0e5aa952d0e4357dcf0 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sun Feb 08 11:12:07 2015 -0500 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sun Mar 15 10:54:08 2015 +0100 |
tree | 2c16f8077a7def4ae88e5bc5718cd22587fc5209 | |
parent | 2abaccb356a857dbf4c978a69f2209e19c1a0db3 [diff] |
i2c: at91: fixup return type of wait_for_completion_timeout Return type of wait_for_completion_timeout is unsigned long not int. This patch adds a timeout variable of appropriate type and fixes up the assignment. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>