]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pch_phub: Fix register miss-setting issue
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Fri, 17 Jun 2011 01:13:26 +0000 (10:13 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2012 23:21:42 +0000 (16:21 -0700)
commit7566239b6f56d87eeab3309932099db85c1e9173
tree632f6521194e16422245e52cbc4adb1712111b31
parentc1a658c9440a201f46a367a4da6e0bd99c9beea4
pch_phub: Fix register miss-setting issue

commit 20ae6d0b307963416db0e8433602e5d5c95e942b upstream.

Register "interrupt delay value" is for GbE which is connected to Bus-m of PCIe.
However currently, the value is set for Bus-n.
As a result, the value is not set correctly.
This patch moves setting the value processing of Bus-n to Bus-m.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/misc/pch_phub.c