commit | b8bfa4c57c003e85aefbc5aef14f1704ef37b403 | [log] [tgz] |
---|---|---|
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | Tue Jan 31 00:12:22 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 09 09:32:09 2012 -0800 |
tree | fece8bb2429dc6013a6dc9701a888dc18a15904d | |
parent | 0b86809a909b61c908281e5b85bfe5abcbf69d1f [diff] |
staging: tidspbridge: remove trivial assert The function dsp_deinit() always return true, so assert its output is pointless. As consequence the variable were the returned value is stored, is no longer needed. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>