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:
6311c90
)
PNP: skip UNSET MEM resources as well as DISABLED ones
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Thu, 5 Jun 2008 16:32:23 +0000
(10:32 -0600)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 5 Jun 2008 17:30:37 +0000
(10:30 -0700)
We don't need to reserve "unset" resources. Trying to reserve
them results in messages like this, which are ugly but harmless:
system 00:08: iomem range 0x0-0x0 could not be reserved
Future PNP patches will remove use of IORESOURCE_UNSET, but
we still need it for now.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pnp/system.c
patch
|
blob
|
history
diff --cc
drivers/pnp/system.c
Simple merge