commit | c0ff9019ee64101fda8f19338da799fda8217e14 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Mon May 09 00:07:47 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 10 22:09:41 2016 -0700 |
tree | ca3a5ce68a37f9742f4c09f002938ee5fe3b9eb9 | |
parent | dc1392727e32a5e467c13365e56e292e50ee084c [diff] |
mei: drop wr_msg from the mei_dev structure The control messages are usually small, around 8 bytes, and can be allocated on the stack. Using on stack allocation allows us to drop 'wr_msg' a rather large buffer reserved in the mei_dev structure and relax contention of this device global buffer. 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>