mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
pata_serverworks: fix error message
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
8490377acc
commit
cfcf9ee26a
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ static int serverworks_fixup_osb4(struct pci_dev *pdev)
|
||||||
pci_dev_put(isa_dev);
|
pci_dev_put(isa_dev);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
printk(KERN_WARNING "ata_serverworks: Unable to find bridge.\n");
|
printk(KERN_WARNING DRV_NAME ": Unable to find bridge.\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue