mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[SCSI] fix up message/i2o/pci.c
There was a use before initialisation of c->name Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
1ca00bb791
commit
f20139bee4
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ static int __devinit i2o_pci_probe(struct pci_dev *pdev,
|
|||
}
|
||||
|
||||
if (pci_request_regions(pdev, OSM_DESCRIPTION)) {
|
||||
printk(KERN_ERR "i2o: device already claimed\n", c->name);
|
||||
printk(KERN_ERR "i2o: device already claimed\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue