Re: [PATCH v8 1/2] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()

2016-08-17 Thread Boris Brezillon
On Mon, 15 Aug 2016 18:22:01 -0500 Kyle Roeschley wrote: > From: Boris Brezillon > > This clarifies the write_bbt() by removing the write label and > clarifying the error/exit path. Applied both. Thanks, Boris > > Signed-off-by:

Re: [PATCH v8 1/2] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()

2016-08-17 Thread Boris Brezillon
On Mon, 15 Aug 2016 18:22:01 -0500 Kyle Roeschley wrote: > From: Boris Brezillon > > This clarifies the write_bbt() by removing the write label and > clarifying the error/exit path. Applied both. Thanks, Boris > > Signed-off-by: Boris Brezillon > Tested-by: Kyle Roeschley > --- > v8:

[PATCH v8 1/2] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()

2016-08-15 Thread Kyle Roeschley
From: Boris Brezillon This clarifies the write_bbt() by removing the write label and clarifying the error/exit path. Signed-off-by: Boris Brezillon Tested-by: Kyle Roeschley --- v8: Move the chip

[PATCH v8 1/2] mtd: nand_bbt: Move BBT block selection logic out of write_bbt()

2016-08-15 Thread Kyle Roeschley
From: Boris Brezillon This clarifies the write_bbt() by removing the write label and clarifying the error/exit path. Signed-off-by: Boris Brezillon Tested-by: Kyle Roeschley --- v8: Move the chip indexing change back into patch 2 v7: Move all code cleanup into first patch Correct