]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] PCI: fix pci_request_region[s] arg
authorJeff Garzik <jeff@garzik.org>
Sun, 5 Mar 2006 02:52:42 +0000 (21:52 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:35:16 +0000 (14:35 -0800)
commit89e648398315c03142ee659e943eb153aff0e1be
tree75279b66b201150b453dbe429a9dac22c4530b7e
parent1c03724262aeb1d2153a42ffb33201e207fa6d63
[PATCH] PCI: fix pci_request_region[s] arg

    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>
drivers/pci/pci.c
include/linux/pci.h