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:
6e906f0
)
PNP: remove redundant pnp_can_configure() check
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Fri, 27 Jun 2008 22:57:10 +0000
(16:57 -0600)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:07 +0000
(23:27 +0200)
pnp_assign_resources() is static and the only caller checks
pnp_can_configure() before calling it, so no need to do it
again.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found