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:17:02 +0000 (12:17 -0700)
commita2cdcb8296b549b250396d5056ddc28672b3db6f
tree01c92195ae3f3356c5f8643ded5546fa4280da62
parente0a343f02800b9a7b6990a8891483f8a16b7dbef
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