]> Git Repo - linux.git/commit
UBI: simplify IO error codes
authorArtem Bityutskiy <[email protected]>
Fri, 30 Apr 2010 13:50:22 +0000 (16:50 +0300)
committerArtem Bityutskiy <[email protected]>
Fri, 4 Jun 2010 08:30:42 +0000 (11:30 +0300)
commit786d78318586cbdc8aec539fe5a4942490267fef
tree3ca3144ce0186dea041782b8a9789caf16d89cbb
parent67a3e12b05e055c0415c556a315a3d3eb637e29e
UBI: simplify IO error codes

We do not really need 2 separate error codes for indicating bad VID
and bad EC headers (UBI_IO_BAD_EC_HDR, UBI_IO_BAD_VID_HDR), it is
enough to have only one UBI_IO_BAD_HDR return code.

This patch does not introduce any functional change, only some
code simplification.

Signed-off-by: Artem Bityutskiy <[email protected]>
Reviewed-by: Sebastian Andrzej Siewior <[email protected]>
Tested-by: Sebastian Andrzej Siewior <[email protected]>
drivers/mtd/ubi/eba.c
drivers/mtd/ubi/io.c
drivers/mtd/ubi/scan.c
drivers/mtd/ubi/ubi.h
This page took 0.058108 seconds and 4 git commands to generate.