mcb: Fixed bar number assignment for the gdd
authorAndreas Werner <andreas.werner@men.de>
Tue, 3 May 2016 10:42:00 +0000 (12:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 19:15:53 +0000 (12:15 -0700)
commitc69d01bd58505b65a5903854ac7372f84ffc8627
tree075d511829e86a034515f7af1dd53e93c3a111b0
parent86dbfda83215e340445a0ae44e24c84031e79f1c
mcb: Fixed bar number assignment for the gdd

commit f75564d343010b025301d9548f2304f48eb25f01 upstream.

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 <andreas.werner@men.de>
Fixes: '3764e82e5' drivers: Introduce MEN Chameleon Bus
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mcb/mcb-parse.c