commit | d0df8dfb8582f50053bde6a771262571daedf5d0 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Sun Feb 07 23:35:22 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 14:47:20 2016 -0800 |
tree | 2d9320b13420afc793894072035e706ee3c02048 | |
parent | 5ba0bf476c792b91543da77e0bdec311b0eaa8f7 [diff] |
mei: amthif: don't drop read packets on timeout Since the driver now uses a list for storing read packets instead of single variable a pending read is no longer blocking other connections. A pending read will be discarded up the file closure. 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>