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:
22763c5
)
ACPI: add const to acpi_check_resource_conflict()
author
Jean Delvare
<khali@linux-fr.org>
Wed, 11 Nov 2009 14:22:15 +0000
(15:22 +0100)
committer
Len Brown
<len.brown@intel.com>
Wed, 9 Dec 2009 19:44:42 +0000
(14:44 -0500)
acpi_check_resource_conflict() doesn't change the resource
it operates on, so the res parameter can be marked const.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found