greybus: Add comment about the mode_switch_started flag
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 30 May 2016 09:02:09 +0000 (14:32 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 2 Jun 2016 18:16:22 +0000 (11:16 -0700)
Add a comment to describe the purpose of the flag.

Suggested-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/fw-management.c

index 22dcad2..c9c28fc 100644 (file)
@@ -482,6 +482,11 @@ static int fw_mgmt_ioctl(struct fw_mgmt *fw_mgmt, unsigned int cmd,
                        return -EPERM;
                }
 
+               /*
+                * Disallow new ioctls as the fw-core bundle driver is going to
+                * get disconnected soon and the character device will get
+                * removed.
+                */
                fw_mgmt->mode_switch_started = true;
 
                ret = gb_interface_request_mode_switch(fw_mgmt->connection->intf);