[RFC PATCH 1/2] mtd: nand: add nand_check_erased helper functions
Boris Brezillon
boris.brezillon at free-electrons.com
Tue Aug 4 09:27:52 PDT 2015
Hi Andrea
Le 4 août 2015 17:42:43 GMT+02:00, Andrea Scian <rnd4 at dave-tech.it> a écrit :
>
>>> +
>>> + bitflips += sizeof(long) - weight;
>
>as above:
>
>bitflips += sizeof(long)*BITS_PER_BYTE - weight;
Indeed, or we could just replace sizeof(u8) by BITS_PER_BYTE and sizeof(long) by BITS_PER_LONG.
I'll fix that in the next version.
Note that I didn't test the series on a real platform and won't be able to do so for the next two weeks, so you might find other inconsistencies/bugs.
Thanks for testing it.
Best regards,
Boris
More information about the linux-mtd
mailing list