[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)
    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