commit | 2c8cfdcbeb1ab0ec7bbd5af1be311b55281154c4 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Fri Oct 27 09:53:08 2006 +0300 |
committer | David Woodhouse <dwmw2@infradead.org> | Fri Oct 27 09:53:08 2006 +0300 |
tree | 8d1062fcc02d29be83fde5f13c0e3bfe39aea464 | |
parent | 470b0a90d6a21cb72b671215f12ec7ec8a0db2c0 [diff] |
[MTD] NAND: Café ECC -- remove spurious BUG_ON() in err_pos() Being a value which isn't in the table is a case we explicitly check for in the caller. Don't BUG_ON() because it does actually happen in practice. Signed-off-by: David Woodhouse <dwmw2@infradead.org>