aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/client.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2013-01-08 23:07:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-08 16:40:46 -0800
commit1a1aca42c989051dce34d49b4e04a25dafe01d74 (patch)
tree8fa9d6a80246528736dd6df80df60c7c7eb2619e /drivers/misc/mei/client.c
parentmei: mei_dev.h - remove prototypes of dropped functions (diff)
downloadlinux-dev-1a1aca42c989051dce34d49b4e04a25dafe01d74.tar.xz
linux-dev-1a1aca42c989051dce34d49b4e04a25dafe01d74.zip
mei: rename remaining amthi strings to amthif
the only real thing that left was mei_amthi_guid the rest was in the strings and comments Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/client.c')
-rw-r--r--drivers/misc/mei/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/client.c b/drivers/misc/mei/client.c
index 231eda2b09e1..8103d94facb8 100644
--- a/drivers/misc/mei/client.c
+++ b/drivers/misc/mei/client.c
@@ -345,7 +345,7 @@ void mei_host_client_init(struct work_struct *work)
for (i = 0; i < dev->me_clients_num; i++) {
client_props = &dev->me_clients[i].props;
- if (!uuid_le_cmp(client_props->protocol_name, mei_amthi_guid))
+ if (!uuid_le_cmp(client_props->protocol_name, mei_amthif_guid))
mei_amthif_host_init(dev);
else if (!uuid_le_cmp(client_props->protocol_name, mei_wd_guid))
mei_wd_host_init(dev);