mei: use only one buffer in callback
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 10 Feb 2015 08:39:42 +0000 (10:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 03:37:00 +0000 (19:37 -0800)
commit5db7514d9333c920791538c850cfb9dbd19025f7
tree7dea99b1500378cf33b3fb1bab7e1297c150f810
parent331e4187017e5dc12fddfcca3f8041e5610ea23b
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>
drivers/misc/mei/amthif.c
drivers/misc/mei/bus.c
drivers/misc/mei/client.c
drivers/misc/mei/client.h
drivers/misc/mei/interrupt.c
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h