commit | cc25aa94e43779b86300c443acb6947dd739fdd1 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Sun Apr 17 12:16:02 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 30 14:08:08 2016 -0700 |
tree | 7a50d6328f942183fcaa908d8c3510fd944175e6 | |
parent | b9c79543efcd0235d2fc1485c31ec9e9584f3ad7 [diff] |
mei: drop global me_client_index Global me_client_index is used only during the enumeration process and can be effectively replaced by me_addr data from the last enumeration response as we always enumerate clients in the increasing order. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>