commit | d848221e947b4a71fe47423c60461b0a031aabc8 | [log] [tgz] |
---|---|---|
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | Tue Oct 22 11:51:58 2013 +0100 |
committer | Eric Laurent <elaurent@google.com> | Wed Mar 05 13:49:37 2014 -0800 |
tree | 1b192aa077560200400b7247f04360befb9f92c4 | |
parent | a85e245a09c028d36cbf04f233be10bc583691f5 [diff] |
compress: compress_wait() must return error if timed out The caller must be certain that a return of 0 really means that compress is ready for more data, so when poll() returns 0 for a timeout we must report that as an error. Bug: 12823671. Change-Id: I5d05ef837d9e41e5155550aab8f94f888251dc37 Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>