Messages in this thread |  | | From | Darwin Dingel <> | | Subject | Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased pages | | Date | Thu, 1 Jun 2017 01:09:17 +0000 |
| |
Hi Pavel,
Just a minor thing. Sorry about the late comment.
On 01/06/17 08:59, Pavel Machek wrote: > + > + res = check_erased_page(chip, buf); > + return res; > + }
Can we just remove 'res' and change this line to: return check_erased_page(chip, buf);
Cheers, Darwin
|  |