commit | 154eb18fedd5219516887a7e2bf2825b1b06ff2b | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Aug 21 14:29:23 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 22:57:48 2014 -0700 |
tree | 4f5c3cb7c1efa79b7ea4f42fdeabd6c1679486c3 | |
parent | 4f046e7b6f4f0d8c9504e22cf8eacfe5c78f0f01 [diff] |
mei: use connect_data on the stack There is no need for dynamic allocation for connect_data. We can use variable on the stack and make code less error prone and simple Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>