Files
android_kernel_xiaomi_sm8450/drivers/misc
Tomas Winkler a1f9ae2bd2 mei: bus: fix RX event scheduling
In this particular case this more correct and safer to check if the RX
event is set in the event mask rather than query waitqueue_active
Since the check is already performed in the mei_cl_bus_rx_event
function,  it is just required to check for its return value.
Second, since we don't have exclusive waiter wake_up_interruptible_all
is not used correctly here.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-07 14:47:20 -08:00
..
2014-02-28 14:08:42 -08:00
2015-10-04 12:57:15 +01:00
2016-02-07 14:47:20 -08:00
2015-03-16 21:10:28 +01:00
2013-08-27 08:28:01 -07:00
2016-01-20 17:09:18 -08:00
2015-10-29 09:02:16 +09:00