Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1654742

Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased pages

From Darwin Dingel <Darwin.Dingel@alliedtelesis.co.nz>
Newsgroups linux.kernel
Subject Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
Date 2017-06-01 03:10 +0200
Message-ID <tNmMG-4cv-15@gated-at.bofh.it> (permalink)
References (6 earlier) <tI6pc-35o-17@gated-at.bofh.it> <tI6Se-3uO-9@gated-at.bofh.it> <tI7bB-3B5-27@gated-at.bofh.it> <tIdqF-7Gg-13@gated-at.bofh.it> <tNiSK-1nX-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased  pages Pavel Machek <pavel@ucw.cz> - 2017-05-31 23:00 +0200
  Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased  pages Darwin Dingel <Darwin.Dingel@alliedtelesis.co.nz> - 2017-06-01 01:00 +0200
  Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased  pages Darwin Dingel <Darwin.Dingel@alliedtelesis.co.nz> - 2017-06-01 03:10 +0200
    Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in erased  pages Pavel Machek <pavel@ucw.cz> - 2017-06-01 15:20 +0200
      Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in  erased pages Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-06-01 15:30 +0200
        Re: [PATCHv2] mtd: nand: fsl_ifc: fix handing of bit flips in  erased pages Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-06-07 09:40 +0200

csiph-web