Re: [PATCH 04/15] mtd: spinand: Implement mtd->_max_bad_blocks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 21.02.19 10:15, Miquel Raynal wrote:
> From: Boris Brezillon <bbrezillon@xxxxxxxxxx>
> 
> We just have to use nanddev_mtd_max_bad_blocks().
> 
> Signed-off-by: Boris Brezillon <bbrezillon@xxxxxxxxxx>
> Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>

Reviewed-by: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>

> ---
>   drivers/mtd/nand/spi/core.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/nand/spi/core.c b/drivers/mtd/nand/spi/core.c
> index 2ae4237a586e..ed5e340dff51 100644
> --- a/drivers/mtd/nand/spi/core.c
> +++ b/drivers/mtd/nand/spi/core.c
> @@ -1040,6 +1040,7 @@ static int spinand_init(struct spinand_device *spinand)
>   	mtd->_block_markbad = spinand_mtd_block_markbad;
>   	mtd->_block_isreserved = spinand_mtd_block_isreserved;
>   	mtd->_erase = spinand_mtd_erase;
> +	mtd->_max_bad_blocks = nanddev_mtd_max_bad_blocks;
>   
>   	if (spinand->eccinfo.ooblayout)
>   		mtd_set_ooblayout(mtd, spinand->eccinfo.ooblayout);
> 
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux