commit | cfe6b8a5d132ecc79e5a569d257c3d1c772b9e34 | [log] [tgz] |
---|---|---|
author | pekon gupta <pekon@ti.com> | Fri Apr 11 12:55:35 2014 +0530 |
committer | Tom Rini <trini@ti.com> | Fri Jun 06 17:46:00 2014 -0400 |
tree | 60f13c8f784a1df0d5252d8a6262f4239295ff28 | |
parent | 3c43c5b08a78f1dcb17c35d51efb65d2d5d2d71b [diff] |
mtd: nand: omap: fix error-codes returned from omap-elm driver This patch omap-elm.c: replaces -ve integer value returned during errorneous condition, with proper error-codes. omap-gpmc.c: updates omap-gpmc driver to pass error-codes returned from omap-elm driver to upper layers Signed-off-by: Pekon Gupta <pekon@ti.com> Reviewed-by: Stefan Roese <sr@denx.de>