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