forked from Minki/linux
sparc64: Fix sparse warnings in pci_sun4v.c
'err' variable shadowing in pci_sun4v_probe() Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
77d10d0e63
commit
8d2aec5123
@ -942,9 +942,9 @@ static int __devinit pci_sun4v_probe(struct of_device *op,
|
||||
dp = op->node;
|
||||
|
||||
if (!hvapi_negotiated++) {
|
||||
int err = sun4v_hvapi_register(HV_GRP_PCI,
|
||||
vpci_major,
|
||||
&vpci_minor);
|
||||
err = sun4v_hvapi_register(HV_GRP_PCI,
|
||||
vpci_major,
|
||||
&vpci_minor);
|
||||
|
||||
if (err) {
|
||||
printk(KERN_ERR PFX "Could not register hvapi, "
|
||||
|
Loading…
Reference in New Issue
Block a user