Commit 4738d2fa authored by David S. Miller's avatar David S. Miller

[CASSINI]: Fix printk message typo.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3f0a6766
......@@ -4920,7 +4920,7 @@ static int __devinit cas_init_one(struct pci_dev *pdev,
pci_cmd |= PCI_COMMAND_PARITY;
pci_write_config_word(pdev, PCI_COMMAND, pci_cmd);
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));
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment