Re: [PATCH] mcb: Fixed bar number assignment for the gdd

2016-04-20 Thread Johannes Thumshirn
On Wed, Apr 20, 2016 at 08:35:47AM +0200, Andreas Werner wrote: > The bar number is found in reg2 within the gdd. Therefore > we need to change the assigment from reg1 to reg2 which > is the correct location. > > Signed-off-by: Andreas Werner > --- >

Re: [PATCH] mcb: Fixed bar number assignment for the gdd

2016-04-20 Thread Johannes Thumshirn
On Wed, Apr 20, 2016 at 08:35:47AM +0200, Andreas Werner wrote: > The bar number is found in reg2 within the gdd. Therefore > we need to change the assigment from reg1 to reg2 which > is the correct location. > > Signed-off-by: Andreas Werner > --- > drivers/mcb/mcb-parse.c | 2 +- > 1 file

[PATCH] mcb: Fixed bar number assignment for the gdd

2016-04-20 Thread Andreas Werner
The bar number is found in reg2 within the gdd. Therefore we need to change the assigment from reg1 to reg2 which is the correct location. Signed-off-by: Andreas Werner --- drivers/mcb/mcb-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] mcb: Fixed bar number assignment for the gdd

2016-04-20 Thread Andreas Werner
The bar number is found in reg2 within the gdd. Therefore we need to change the assigment from reg1 to reg2 which is the correct location. Signed-off-by: Andreas Werner --- drivers/mcb/mcb-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mcb/mcb-parse.c