From: Mike Hench Date: Tue, 5 Jul 2011 23:14:48 +0000 (-0400) Subject: mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi X-Git-Tag: v3.2-rc1~14^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a474de0a830bdf4305ef19c3321064ce5da438;p=pandora-kernel.git mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi The eLBC NAND driver currently follows up each program/write operation with a read-back of the page, in order to [ostensibly] fill in ECC data for the caller. However, the page address used for this read is always -1, so the read will never work correctly. Remove this useless (and potentially problematic) block of code. Signed-off-by: Matthew L. Creech Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed