]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:18:04 +0000 (12:18 -0700)
commit5aa78548be4d04fff593d883291512c29cc32354
tree4b79b6218ec74dfdfb2bdf1c4f4a4e65cd3595e9
parent2a9369456a384d84c521c8ebb48d247e8738f84f
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