diff options
| author | Bartlomiej Zolnierkiewicz <[email protected]> | 2010-01-18 17:16:46 +0000 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2010-03-01 19:58:45 +0000 |
| commit | cfcf9ee26a5991f0786d24b4bd334b103d06268e (patch) | |
| tree | 1bd13d593a60f690d87ba91fdf14c9c64e002922 | |
| parent | pata_serverworks: fix PIO setup for the second channel (diff) | |
| download | kernel-cfcf9ee26a5991f0786d24b4bd334b103d06268e.tar.gz kernel-cfcf9ee26a5991f0786d24b4bd334b103d06268e.zip | |
pata_serverworks: fix error message
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
| -rw-r--r-- | drivers/ata/pata_serverworks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_serverworks.c b/drivers/ata/pata_serverworks.c index 9acabd2e336a..c85976720a0c 100644 --- a/drivers/ata/pata_serverworks.c +++ b/drivers/ata/pata_serverworks.c @@ -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; } |
