]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 30 Mar 2017 12:35:45 +0000 (06:35 -0600)
commitd5d1df6572320ae87458d7d1a2d9e112a62de638
tree63c70c776fe5da1842c92901edc306aabad68f21
parent9a358a8ef1f664d230c2125213921785c45d6564
mei: don't wait for os version message reply

BugLink: http://bugs.launchpad.net/bugs/1677589
commit c6240cacdb2c3cb56a21fb3ea0c105154ab87a2a upstream.

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.

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>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/misc/mei/bus-fixup.c