commit | a53a7b35085ddd41ef3cc47b084d29a1f413e818 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Aug 03 09:15:20 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Aug 06 12:27:08 2018 -0700 |
tree | 84bdc79f55d0f33475411b389304a0336ade75e9 | |
parent | 79e131fce6e308f7e0f96bc71b07a7f0ebeeffcd [diff] |
ipmi: promote min length check to earlier Most of the commands (if not all) require some minimum length for the request. Therefore, to save on duplicating the request minimum length check in every command, it's now checked ahead of calling into the command handler. Change-Id: I3710a6bf39a631b06547327b90610a38cb674d23 Signed-off-by: Patrick Venture <venture@google.com>