[SPARC64] psycho: Fix pbm->name handling in pbm_register_toplevel_resources()
We shouldn't overwrite it, it's the device node full name already and that's what we want. Based upon a report from Marc Zyngier. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5b4bbb3d78
commit
a49261585e
1 changed files with 0 additions and 3 deletions
|
@ -1099,9 +1099,6 @@ static void pbm_register_toplevel_resources(struct pci_controller_info *p,
|
|||
{
|
||||
char *name = pbm->name;
|
||||
|
||||
sprintf(name, "PSYCHO%d PBM%c",
|
||||
p->index,
|
||||
(pbm == &p->pbm_A ? 'A' : 'B'));
|
||||
pbm->io_space.name = pbm->mem_space.name = name;
|
||||
|
||||
request_resource(&ioport_resource, &pbm->io_space);
|
||||
|
|
Loading…
Reference in a new issue