mei: don't wait for os version message reply
authorAlexander Usyskin <alexander.usyskin@intel.com>
Sun, 5 Mar 2017 19:40:42 +0000 (21:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Mar 2017 01:47:53 +0000 (10:47 +0900)
commitc6240cacdb2c3cb56a21fb3ea0c105154ab87a2a
tree0b294cc7fd8d85e22853cc85debbe918cf53fab8
parenta733ded50b6ea846200073e7381a302df71e13b3
mei: don't wait for os version message reply

The driver still struggles with firmwares that do not replay to the OS
version request. It is safe not waiting for the replay. First, the driver
doesn't do anything with the replay second the connection is closed
immediately, hence the packet will be just safely discarded in case it
is received and last the driver won't get stuck if the firmware won't
reply.

Cc: <stable@vger.kernel.org> #4.10+
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus-fixup.c