i2c: mxs: match wait_for_completion_timeout return type
authorNicholas Mc Guire <hofrat@osadl.org>
Tue, 10 Mar 2015 18:08:13 +0000 (14:08 -0400)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 15 Mar 2015 09:14:10 +0000 (10:14 +0100)
commit271a89cdd65f8c2b4a6be865859f8d2d1b504696
tree147551e74dd8481d0fb72e66f90dc6b5f98c07eb
parent9ed1d862d7244b104c1519b329ec307b46bcf2a3
i2c: mxs: match wait_for_completion_timeout return type

Return type of wait_for_completion_timeout is unsigned long not int.
An appropriately named unsigned long is added and the assignment fixed up.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mxs.c