summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/hw.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2014-08-21 11:29:10 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-24 05:57:47 (GMT)
commit3438c1f3b7b3f18a85ea7ed3c2f70ffe387aeee9 (patch)
tree871bfff6a25c9f412fd70805482200458ff2658c /drivers/misc/mei/hw.h
parent05e314e2535f1693098e58b0261169565a43bec1 (diff)
downloadlinux-3438c1f3b7b3f18a85ea7ed3c2f70ffe387aeee9.tar.xz
mei: use consistently me_addr in the hbm structures
Use consistently me_addr name in hbm protocol structures to represent in firmware client address Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/hw.h')
-rw-r--r--drivers/misc/mei/hw.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h
index dd448e5..50526f9 100644
--- a/drivers/misc/mei/hw.h
+++ b/drivers/misc/mei/hw.h
@@ -206,14 +206,13 @@ struct mei_client_properties {
struct hbm_props_request {
u8 hbm_cmd;
- u8 address;
+ u8 me_addr;
u8 reserved[2];
} __packed;
-
struct hbm_props_response {
u8 hbm_cmd;
- u8 address;
+ u8 me_addr;
u8 status;
u8 reserved[1];
struct mei_client_properties client_properties;