UBI: introduce helpers dbg_chk_{io, gen}
authorEzequiel Garcia <elezegarcia@gmail.com>
Wed, 28 Nov 2012 12:18:29 +0000 (09:18 -0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 10 Dec 2012 11:38:59 +0000 (13:38 +0200)
commit64575574f26d7969713ede9bde750c979da4037e
tree37877fedba9902b5717f030682f76b9367ba92c6
parentd856c13c11d81dfa545f927db8d31663d45bbc94
UBI: introduce helpers dbg_chk_{io, gen}

With this patch code is a bit more readable and there's no
generated code or functionality impact.
Furthermore, this abstracts implementation details and
will allow to change ubi_debug_info in a less invasive way.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/attach.c
drivers/mtd/ubi/debug.h
drivers/mtd/ubi/io.c
drivers/mtd/ubi/vmt.c
drivers/mtd/ubi/vtbl.c
drivers/mtd/ubi/wl.c
This page took 0.025844 seconds and 5 git commands to generate.