PCI: Add pci_dev_show_local_cpu() to simplify code
authorYijing Wang <wangyijing@huawei.com>
Mon, 30 Sep 2013 07:02:38 +0000 (15:02 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 7 Oct 2013 21:12:46 +0000 (15:12 -0600)
commitc489f5fbb1f5a770f98e492af5c47befb32890cd
tree171e6ae2cc4de91c7aaa04eaaed98aca23e404ee
parent135530d584bafa88bcb924552fb13bcab07ca1a5
PCI: Add pci_dev_show_local_cpu() to simplify code

local_cpus_show() and local_cpulist_show() are almost the same.
This adds a new helper function, pci_dev_show_local_cpu(), to simplify
code.

The same strategy is already used by cpuaffinity_show() and
cpulistaffinity_show().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci-sysfs.c