commit | 4ab73761faef832f6d378328f79d21e77c62af3b | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Sun Feb 01 16:55:45 2009 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Feb 01 16:58:18 2009 -0800 |
tree | 109246d1a0453c950d2c02f3a062cae9c8b47304 | |
parent | bc34496d63ec0a669d6825ea42275fd6fcbe9969 [diff] |
Input: ambakmi - fix timeout handling in amba_kmi_write() With a postfix decrement timeleft reaches -1 rather than 0, but after the loop it is tested to have become 0. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>