[PATCH 2/3] pstore/ram: Make ECC size configurable

2012-07-09 Thread Anton Vorontsov
This is now pretty straightforward: instead of using bool, just pass an integer. For backwards compatibility ramoops.ecc=1 means 16 bytes ECC (using 1 byte for ECC isn't much of use anyway). Suggested-by: Arve Hjønnevåg Signed-off-by: Anton Vorontsov --- fs/pstore/ram.c| 22

[PATCH 2/3] pstore/ram: Make ECC size configurable

2012-07-09 Thread Anton Vorontsov
This is now pretty straightforward: instead of using bool, just pass an integer. For backwards compatibility ramoops.ecc=1 means 16 bytes ECC (using 1 byte for ECC isn't much of use anyway). Suggested-by: Arve Hjønnevåg a...@android.com Signed-off-by: Anton Vorontsov anton.voront...@linaro.org