From: David Howells Date: Fri, 27 Jun 2008 12:23:20 +0000 (+0100) Subject: PCI: fix pci_setup_device()'s sprinting into a const buffer X-Git-Tag: v2.6.27-rc1~1046^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b285ce84bbc719e363a796f466404576b840d36;p=pandora-kernel.git PCI: fix pci_setup_device()'s sprinting into a const buffer Make pci_setup_device() write the bus ID directly into the allotted storage, rather than using pci_name() as the address as that now returns a const pointer. Signed-off-by: David Howells Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed