[char-misc-next] mei: fix hbm MEI_HBM_STARTED ambiguity

2014-11-05 Thread Tomas Winkler
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 --- drivers/misc/mei/hbm.c |

[char-misc-next] mei: fix hbm MEI_HBM_STARTED ambiguity

2014-11-05 Thread Tomas Winkler
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.wink...@intel.com ---