commit | c4d589be4405d475f7b529134debdf37f1ada957 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Wed Mar 27 16:58:28 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 29 08:32:21 2013 -0700 |
tree | 3e024208d41e464e3cbc1815ee8f26735c9c5115 | |
parent | d0265f1202e82a27a015cb24635d85f3ab9ae4d5 [diff] |
mei: rename function mei_hw_init to mei_start The hw initialization is now done as part of hw specific code this makes the name mei_hw_init little misleading. We rename it to mei_start in spirit of already existing functions mei_stop and mei_reset. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>