[PATCH 0/2] splitting "UBI: replace MTD_UBI_BEB_LIMIT with user-space parameter"

2012-08-16 Thread Richard Genoud
Artem, Here are the 2 patches you requested in place of "[PATCH 4/4] UBI: replace MTD_UBI_BEB_LIMIT with user-space parameter" I made some changes to correct some things that Shmulik pointed out: * max_beb_per1024 is now an unsigned. * ubi_mtd_param_parse can fail on kstrtouint error. Richard

[PATCH 0/2] splitting UBI: replace MTD_UBI_BEB_LIMIT with user-space parameter

2012-08-16 Thread Richard Genoud
Artem, Here are the 2 patches you requested in place of [PATCH 4/4] UBI: replace MTD_UBI_BEB_LIMIT with user-space parameter I made some changes to correct some things that Shmulik pointed out: * max_beb_per1024 is now an unsigned. * ubi_mtd_param_parse can fail on kstrtouint error. Richard