]> git.baikalelectronics.ru Git - kernel.git/commit
mei: use the same bus msg for connect and disconnect request
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 11 Nov 2012 15:38:04 +0000 (17:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Nov 2012 23:34:19 +0000 (15:34 -0800)
commit22d21576fc0ae05c00bace749132f8ff4b6baff4
treef30ec9285fb6ac3c6d3b52f9f3bf5ad81bec42c0
parent323c4d72ff6a2bc604c8fda0d7dd5d390fcb0e91
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