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)
commit4018e396518e56a156fd99a2a44a675bc87437dd
tree06dfc86bf9e816bfe52db45a5579bae99875b417
parent7124cb171108dea386b2c81334605da1d6f4554a
staging: tidspbridge: remove RET_OK RET_FAIL

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>
drivers/staging/tidspbridge/core/tiomap3430.c
drivers/staging/tidspbridge/hw/hw_mmu.c