commit | 5fb54fb456f77128f817ab3491d6b131bec480b5 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Sun Nov 18 15:13:15 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 21 12:43:57 2012 -0800 |
tree | dfe2f4ec3b94fb93bcf409ef21353dc5dd4f434d | |
parent | 5bd647144151082f0e8beb58741e27e6dbd23827 [diff] |
mei: use structured buffer for extra write buffer The structure of the message is static so we don't have to use and cast the buffer. We can also drop extra_write_index variable as this information can be extracted directly from the message header Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>