]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] shpchp: Implement get_address callback
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Mon, 5 Dec 2005 10:31:00 +0000 (19:31 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 9 Jan 2006 20:13:18 +0000 (12:13 -0800)
commitffdfe7ef3d3355cfdb1e91ffd09136bf18adf9bf
tree5143314ec7f399b58f2bf98a63c3be7c97d004aa
parentbe443348bbeedf9704d52cc677a6883378a03766
[PATCH] shpchp: Implement get_address callback

The following patch implements .get_address callback of
hotplug_slot_ops for SHPCHP driver. With this patch, we
can see bus address of hotplug slots as follows:

$ cat address
0000:0b:01

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/shpchp_core.c