git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5697b7c
)
ACPI: PCI: simplify list of _PRT entries
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Tue, 9 Dec 2008 04:31:21 +0000
(21:31 -0700)
committer
Len Brown
<len.brown@intel.com>
Wed, 31 Dec 2008 02:42:15 +0000
(21:42 -0500)
We don't need a struct containing a count and a list_head; a simple
list_head is sufficient. The list iterators handle empty lists
fine.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found