lkml.org 
[lkml]   [2014]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH 1/1] MTD: UBI: avoid program operation on NOR flash after erasure interrupted
Date
>Please, remember that I pushed your patch to a temporary branch, only
>for you to be able to easily pick it. I do not send it upstream.

>As I said, I need to you look at it and confirm that it is all-right.
>And if it is not all-right, correct it.

>This is because I modified it myself.

>So waiting for your response on this.
I checked the code you modified, compile, and run on our platform, it is ok.

+ ubi_err("cannot invalidate PEB %d, write returned %d write returned %d",
+ pnum, err, err);

But I think above code print "write err" twice. so I suggest to change to below:

+ ubi_err("cannot invalidate PEB %d, write returned %d", pnum, err);

I will send you the patch in another email convenient for you to apply patch.
Thanks
--
qiwang
\
 
 \ /
  Last update: 2014-01-06 06:41    [W:0.320 / U:0.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site