staging: tidspbridge: remove trivial assert
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 30 Jan 2012 23:12:22 +0000 (00:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 17:32:09 +0000 (09:32 -0800)
commitb8bfa4c57c003e85aefbc5aef14f1704ef37b403
treefece8bb2429dc6013a6dc9701a888dc18a15904d
parent0b86809a909b61c908281e5b85bfe5abcbf69d1f
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>
drivers/staging/tidspbridge/rmgr/drv_interface.c