commit | 5250283c33db2e945b0b4c2e3e4c08c4133ab031 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Apr 18 09:55:21 2016 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Apr 18 20:27:09 2016 +0000 |
tree | f221aa7bac102b8b1a095b9b63c04f09bcf633c9 | |
parent | a508c3739cf23ef56f90809fb5592df7f627dd56 [diff] |
i2c/quark_se_ss: fix RX request pause conditions The driver should not request any more bytes if it expects no empty space in the FIFO. So fix the bail out condition to (<= 0) instead of (< 0). Change-Id: Ie16faf1da7df678fc8ab5af7ab33d7c0a2cdba7d Signed-off-by: Daniel Leung <daniel.leung@intel.com>