]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mei: do not override a client writing state when buffering
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 23 Jun 2013 06:37:00 +0000 (09:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 23:32:30 +0000 (16:32 -0700)
commit4dfaa9f7020b1ff4bf87899f4797d2efd76e80fd
treea6db3402c8dcf1604e7522b27431e8b026af1e16
parent21767546e955c3c1705387ca4548db812382fe08
mei: do not override a client writing state when buffering

when we buffer write request we should not switch to
MEI_WRITING since this will override MEI_WRITE_COMPLETE
state of preceding write

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/client.c