diff options
author | Jerry Zhang <zhangjerry@google.com> | 2017-04-18 16:11:48 -0700 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-06-02 11:22:31 +0300 |
commit | e16828cf945ca11b05df1cc755af8e4b669f6dd3 (patch) | |
tree | 61a8bfc51b95e826626c2140ac8d6d4ecadfff0b /drivers/virt | |
parent | 222155de45573e978cda988b7efc7d4e7b9a8ff9 (diff) | |
download | linux-e16828cf945ca11b05df1cc755af8e4b669f6dd3.tar.bz2 |
usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.
There were individual waitqueues for each epfile but eps_enable
would iterate through all of them, resulting in essentially the
same wakeup time.
The waitqueue represents the function being enabled, so a central
waitqueue in ffs_data makes more sense and is less redundant.
Also use wake_up_interruptible to reflect use of
wait_event_interruptible.
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Jerry Zhang <zhangjerry@google.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/virt')
0 files changed, 0 insertions, 0 deletions