commit | cd68602f36ceb65b24a9abcae10ca04a933c07fd | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Thu Sep 27 13:41:16 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 15:03:17 2007 -0700 |
tree | d975bd8a82ce1518a79284f73eec416026dc41a9 | |
parent | 7f785763660e75c9eddaddea3d618696af4ae3a2 [diff] |
pci: use size stored in proc_dir_entry for proc bus files On pci_proc_attach_device(), the size of the PCI configuration space is stored in the proc_dir_entry as the size of the file. Thus, the procfs interface to PCI devices should use it instead of the device directly. Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>