mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
Include misc device name in debug output
This commit is contained in:
parent
32abea89fa
commit
9c8e8430ab
@ -301,6 +301,8 @@ static int mqnic_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent
|
||||
goto fail_miscdev;
|
||||
}
|
||||
|
||||
dev_info(dev, "Registered device %s", mqnic->name);
|
||||
|
||||
pci_save_state(pdev);
|
||||
|
||||
mutex_init(&mqnic->state_lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user