staging: tidspbridge: remove RET_OK RET_FAIL
authorNishanth Menon <nm@ti.com>
Mon, 12 Jul 2010 22:56:03 +0000 (17:56 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 17:52:00 +0000 (10:52 -0700)
RET_OK is 0 and RET_FAIL is a -1, replace these custom returns with
a standard errno

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found