mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
[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_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));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user