]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerKamal Mostafa <kamal@canonical.com>
Fri, 10 Jun 2016 13:32:25 +0000 (06:32 -0700)
commit8958e6e85e88f0434d6697ea8c519619ea268212
treedb765c7a1bc109781cd115e1c1449bb5fbd70401
parent76b0e35b341ae8e1c6062ef3eb6aa8f43c4c8379
mcb: Fixed bar number assignment for the gdd

BugLink: http://bugs.launchpad.net/bugs/1588945
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>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
drivers/mcb/mcb-parse.c