[MTD] mtdpart: Make ecc_stats more realistic.
authorYauhen Kharuzhy <jekhor@gmail.com>
Thu, 26 Mar 2009 22:41:09 +0000 (00:41 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 6 Apr 2009 14:22:28 +0000 (07:22 -0700)
commitd8877f191e35718ba11a4d46950131e74c40566c
tree1c52c60c4ef35b11a4d74cea99159f562204bcb4
parent7995c7e94ff4db2ddb865ab42cc5a2e6abbbd71a
[MTD] mtdpart: Make ecc_stats more realistic.

In the existing implementation, ecc_stats fields are incremented only by
one, regardless of master mtd errors number. For example, if there are N
errors were corrected by ECC, partition ecc_stats.corrected will be
incremented by one.

This commit changes simple increment to sum of old value and parent mtd
error count.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/mtdpart.c