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@suse.de>
Fri, 1 Jul 2011 22:33:10 +0000 (15:33 -0700)
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>

No differences found