]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ea8fe30499839714d7abca6ccbd18fbb8980d50
treed573d14a199287c8ec4bc3bcd27a31477ad5a98c
parent7135b1df715c9e0dd0f9169ed3befe9b7be159d1
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