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:
309e57d
)
[PATCH] PCI: fix pci_request_region[s] arg
author
Jeff Garzik
<jeff@garzik.org>
Sun, 5 Mar 2006 02:52:42 +0000
(21:52 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 23 Mar 2006 22:35:16 +0000
(14:35 -0800)
Add missing 'const' to pci_request_region[s] 'res_name' arg,
since we pass it directly to __request_region(), whose 'name' arg
is also const.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found