Re: [U-Boot] [PATCH v2 01/24] dm: blk: Fix allocation of block-device numbering

2016-05-14 Thread Simon Glass
On 1 May 2016 at 13:52, Simon Glass wrote: > Due to code ordering the block devices are not numbered sequentially. Fix > this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/block/blk-uclass.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) A

[U-Boot] [PATCH v2 01/24] dm: blk: Fix allocation of block-device numbering

2016-05-01 Thread Simon Glass
Due to code ordering the block devices are not numbered sequentially. Fix this. Signed-off-by: Simon Glass --- Changes in v2: None drivers/block/blk-uclass.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/block/blk-uclass.c b/drivers/block/blk-uc