mei: use the same bus msg for connect and disconnect request
commitaeba4a06f28fad11b1e61d150bd3cde3008b80c8
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 11 Nov 2012 15:38:04 +0000 (11 17:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Nov 2012 23:34:19 +0000 (15 15:34 -0800)
treef30ec9285fb6ac3c6d3b52f9f3bf5ad81bec42c0
parentff8b2f4e424a489222d3c7d55fb2d04c9639ef98
mei: use the same bus msg for connect and disconnect request

structs hbm_client_connect_request and hbm_client_disconnect_request
have the same layout so we can drop the later

Add kdoc for the request and response structure so it is clear
they can be used for both purposes

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hw.h
drivers/misc/mei/interface.c
drivers/misc/mei/interrupt.c