OMAP2/3 powerdomain: return errors rather than returning the output of IS_ERR()
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 8 Dec 2009 23:33:13 +0000 (16:33 -0700)
committerpaul <paul@twilight.(none)>
Sat, 12 Dec 2009 00:00:41 +0000 (17:00 -0700)
IS_ERR returns only 1 or 0, and the functions return a negative error
in other cases anyways.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found