From: David Woodhouse Date: Fri, 27 Oct 2006 06:53:08 +0000 (+0300) Subject: [MTD] NAND: Café ECC -- remove spurious BUG_ON() in err_pos() X-Git-Tag: v2.6.20-rc6~47^2~37^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8cfdcbeb1ab0ec7bbd5af1be311b55281154c4;p=pandora-kernel.git [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 --- Reading git-diff-tree failed