summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/client.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2014-02-12 19:41:51 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-14 19:12:46 (GMT)
commit02a7eecc6ee565f5f3af836d56fe25bafcc49c98 (patch)
treea85f9ac8dc72f2ff1ac10945922c4b4cc91ccf53 /drivers/misc/mei/client.c
parent208008c322fd1ffdd07e7fc95910154174ce0ff3 (diff)
downloadlinux-02a7eecc6ee565f5f3af836d56fe25bafcc49c98.tar.xz
mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
This operation actually only support connection and not a generic ioctl 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 1ee2b94..1d37206 100644
--- a/drivers/misc/mei/client.c
+++ b/drivers/misc/mei/client.c
@@ -505,7 +505,7 @@ int mei_cl_connect(struct mei_cl *cl, struct file *file)
goto out;
}
- cb->fop_type = MEI_FOP_IOCTL;
+ cb->fop_type = MEI_FOP_CONNECT;
if (dev->hbuf_is_ready && !mei_cl_is_other_connecting(cl)) {
dev->hbuf_is_ready = false;