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)
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

Simple merge