]> git.alsa-project.org Git - tinycompress.git/commit
fix error returned by compress_wait()
authorEric Laurent <elaurent@google.com>
Wed, 24 Jul 2013 17:37:16 +0000 (10:37 -0700)
committerVinod Koul <vinod.koul@intel.com>
Wed, 24 Jul 2013 17:32:35 +0000 (23:02 +0530)
commit22406d20f87615b0d2938d32ad85d155b097e21f
treeb46efa45a904b4af1288e705362ef40c9cf36194
parent7d7965cba92269000fc57f7be52fd0231dc083b3
fix error returned by compress_wait()

oops() expects positive error codes.

Signed-off-by: Eric Laurent <elaurent@google.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
compress.c