mirror of https://gitee.com/openkylin/linux.git
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
|
@ -328,7 +328,7 @@ static int serverworks_fixup_osb4(struct pci_dev *pdev)
|
|||
pci_dev_put(isa_dev);
|
||||
return 0;
|
||||
}
|
||||
printk(KERN_WARNING "ata_serverworks: Unable to find bridge.\n");
|
||||
printk(KERN_WARNING DRV_NAME ": Unable to find bridge.\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue