commit | 6e18f4bcb759f74e578b13bf16b7b9fedb39dae3 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Sun Jan 03 22:05:03 2016 +0100 |
committer | Heiko Schocher <hs@denx.de> | Mon Jan 04 09:11:10 2016 +0100 |
tree | d2f085c9115a4a374abaa8456519c3fb44727d85 | |
parent | 67ea3a3756c67fe943c84d9a04e26db39dd1298a [diff] |
UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined drivers/mtd/ubi/io.c:1354:3: error: 'dump_len' undeclared (first use in this function) dump_len = max_t(int, 128, len - i); Signed-off-by: Ladislav Michl <ladis@linux-mips.org>