[CASSINI]: Fix printk message typo.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3f0a6766e0
commit
4738d2fa59
|
@ -4920,7 +4920,7 @@ static int __devinit cas_init_one(struct pci_dev *pdev,
|
||||||
pci_cmd |= PCI_COMMAND_PARITY;
|
pci_cmd |= PCI_COMMAND_PARITY;
|
||||||
pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
|
pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
|
||||||
if (pci_set_mwi(pdev))
|
if (pci_set_mwi(pdev))
|
||||||
printk(KERN_WARNING PFX "Could enable MWI for %s\n",
|
printk(KERN_WARNING PFX "Could not enable MWI for %s\n",
|
||||||
pci_name(pdev));
|
pci_name(pdev));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue