OSDN Git Service

i2c: axxia: fixup return type of wait_for_completion_timeout
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 8 Feb 2015 15:36:48 +0000 (10:36 -0500)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 15 Mar 2015 09:51:34 +0000 (10:51 +0100)
commit2abaccb356a857dbf4c978a69f2209e19c1a0db3
treed573d14a199287c8ec4bc3bcd27a31477ad5a98c
parentf87b53a0858ea69e65d7f19573907a60b2e32e66
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>
drivers/i2c/busses/i2c-axxia.c