commit | 5db7514d9333c920791538c850cfb9dbd19025f7 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Tue Feb 10 10:39:42 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 01 19:37:00 2015 -0800 |
tree | 7dea99b1500378cf33b3fb1bab7e1297c150f810 | |
parent | 331e4187017e5dc12fddfcca3f8041e5610ea23b [diff] |
mei: use only one buffer in callback The callback structure is used exclusively for reading or writing therefore there is no reason to hold both response and request buffers in the callback structure Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>