commit | 3e07b9ea353b794f9ef666172265ecc056e5cd4d | [log] [tgz] |
---|---|---|
author | Chen Yugang <yugang.chen@linux.intel.com> | Tue Oct 13 16:14:04 2020 +0800 |
committer | Chen Yugang <yugang.chen@linux.intel.com> | Tue Oct 13 16:21:26 2020 +0800 |
tree | 3cd502f6f708db7fd37c98b0d416367a9dd4107d | |
parent | 1f0b833940fb445f18278fb7c18a1b8031697198 [diff] |
bug fix for different ipmb communication If running ipmb command by aardvark, it need run into ipmb command execution, but under "else" condition, it would quit before running into the command execution. After remove the "else" condition, it can run into the command execution. Tested: python.exe transport_i2c.py -a 0x20 -n 0x18 -c 0x01 Change-Id: I5ab8a71a8b04f78c82e91120503b9bb0b89f697b Signed-off-by: Chen Yugang <yugang.chen@linux.intel.com>