Skip to content

Commit

Permalink
pata_serverworks: fix error message
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jeff Garzik committed Mar 1, 2010
1 parent 8490377 commit cfcf9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_serverworks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit cfcf9ee

Please sign in to comment.