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:
4987ce8
)
PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macros
author
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 17 Apr 2013 23:43:40 +0000
(17:43 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 23 Apr 2013 15:50:30 +0000
(09:50 -0600)
msix_table_offset_reg() is used only once and adds a useless indirection,
so just use the table offset directly.
msix_pba_offset_reg() is unused, so just delete it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found