[PATCH 3/8] UBI: introduce MTD_PARAM_MAX_COUNT

Richard Genoud richard.genoud at gmail.com
Tue Aug 21 04:08:27 EDT 2012


2012/8/19 Artem Bityutskiy <dedekind1 at gmail.com>:
> On Fri, 2012-08-17 at 16:35 +0200, Richard Genoud wrote:
>> Signed-off-by: Richard Genoud <richard.genoud at gmail.com>
>> ---
>>  drivers/mtd/ubi/build.c |    7 +++++--
>>  1 files changed, 5 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c
>> index 82d11e1..1f45f51 100644
>> --- a/drivers/mtd/ubi/build.c
>> +++ b/drivers/mtd/ubi/build.c
>> @@ -46,6 +46,9 @@
>>  /* Maximum length of the 'mtd=' parameter */
>>  #define MTD_PARAM_LEN_MAX 64
>>
>> +/* Maximum number of comma-separated items in ht 'mtd=' parameter */
>> +#define MTD_PARAM_MAX_COUNT 2
>
> Fixed the spelling of "the" and pushed to linux-ubi.git, thanks!
>
> --
> Best Regards,
> Artem Bityutskiy
Hi Artem,

It seems that this patch has been dropped on linux-ubi/master. Is it a
git-reset accident or my patches didn't apply cleanly on it ?
Anyway, if you want me to re-send it rebased on top of
linux-ubi/master, just ask (I guess there will be a little conflit on
the #define)

Best Regards,
Richard.



-- 
for me, ck means con kolivas and not calvin klein... does it mean I'm a geek ?



More information about the linux-mtd mailing list