commit | ebf2ef8f613433aaffac53aef2f6703445821fc6 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Feb 10 19:06:10 2015 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Sat Mar 07 01:08:26 2015 +0100 |
tree | f6e0d87de4c2532d3bab76885038a13159a7c844 | |
parent | 30be774b38d845791b1acbd750f19e56c57f0185 [diff] |
i2c: designware-baytrail: baytrail_i2c_acquire() might sleep This patch marks baytrail_i2c_acquire() that it might sleep. Also it chages while-loop to do-while and, though it is matter of taste, gives a chance to check one more time before report a timeout. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: David E. Box <david.e.box@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>