commit | 52a0f24beabe9e89223e367c65a0156dff17265c | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Wed Nov 25 21:01:28 2009 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Dec 04 15:55:18 2009 -0800 |
tree | d6249304150228dcb15052781cb9f26afae05be4 | |
parent | 898294c97500b1cdff6edce52fd34e024eb070ec [diff] |
PCI: portdrv: cleanup pcie_device registration In the current port bus driver implementation, pcie_device allocation, initialization and registration are done in separated functions. Doing those in one function make the code simple and easier to read. Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>