Re: [char-misc-next 2/3] mei: don't get stack in select during reset

2013-07-24 Thread Greg KH
On Wed, Jul 24, 2013 at 04:22:58PM +0300, Tomas Winkler wrote: > Clear pending connection after hw reset but before hw start > and wake up the waiting task in poll. Signal POLLERR in select > when device went through reset. > > Add wrapper mei_cl_is_connected for checking if > the device and clien

[char-misc-next 2/3] mei: don't get stack in select during reset

2013-07-24 Thread Tomas Winkler
Clear pending connection after hw reset but before hw start and wake up the waiting task in poll. Signal POLLERR in select when device went through reset. Add wrapper mei_cl_is_connected for checking if the device and client are connected. Signed-off-by: Tomas Winkler --- drivers/misc/mei/amthi