commit | 5ebdc364588a5b988fdaf56e2ec01815f1876e9a | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Wed Nov 05 11:44:48 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 07 09:59:08 2014 -0800 |
tree | 48eb74ba978da156b4e87d3e8964a5e185b178f9 | |
parent | a176c24dc9a82b3304a31233bfc37e97c42de09b [diff] |
mei: fix hbm MEI_HBM_STARTED ambiguity We have MEI_HBM_STARTED in two contexts one after start message was received and second after enumeration was completed. Because after start message reception we move immediately to the enumeration state, we need only the later meaning. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>