drivers/net: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
David S. Miller
parent
60403fdada
commit
2450022afa
@ -1945,13 +1945,13 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
|
||||
|
||||
err = pci_enable_device(pdev);
|
||||
if(err){
|
||||
printk(KERN_ERR "amd8111e: Cannot enable new PCI device,"
|
||||
printk(KERN_ERR "amd8111e: Cannot enable new PCI device, "
|
||||
"exiting.\n");
|
||||
return err;
|
||||
}
|
||||
|
||||
if(!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)){
|
||||
printk(KERN_ERR "amd8111e: Cannot find PCI base address"
|
||||
printk(KERN_ERR "amd8111e: Cannot find PCI base address, "
|
||||
"exiting.\n");
|
||||
err = -ENODEV;
|
||||
goto err_disable_pdev;
|
||||
|
Reference in New Issue
Block a user