commit | d133b1e37eb197da5b0f6f306f818eaa72571c17 | [log] [tgz] |
---|---|---|
author | Melin Tomas <tomas.melin@vaisala.com> | Fri Jun 28 12:08:31 2019 +0000 |
committer | Heiko Schocher <hs@denx.de> | Tue Jul 09 07:02:11 2019 +0200 |
tree | c97dc451d41d4c8c7c9dc9a207f08a0218b5d03d | |
parent | 6e85c815d61111e21626957f72df1256124020ff [diff] |
xilinx_xiic: Fix fill tx fifo loop Comparison should be against the actual message length, not loop index. len is used for stopping while loop, pos is position in message. stop should be sent when entire message is sent, not when len and pos meet. hs: fixed DOS line endings Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>