aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt3x2n.c
diff options
context:
space:
mode:
authorSergei Shtylyov <sshtylyov@ru.mvista.com>2010-12-28 13:46:40 -0500
committerJeff Garzik <jgarzik@redhat.com>2011-01-07 22:33:18 -0500
commit0ca646db68d1bd7184dfc41362d0dd9d56c0e57e (patch)
treebf8418333f453c82de3efd506c8dbe31d7eb6a79 /drivers/ata/pata_hpt3x2n.c
parent8e834c2e6d51e053c6bd23fec1d95529f618f760 (diff)
pata_hpt3x2n: clarify about HPT371N support
Commit 28e21c8c0d44cd63bad4c62f94ef0c5a1cb8402c (pata_hpt3x2n: Add HPT371N support and other bits) forgot to update the driver's Kconfig entry, heading comment, and module description (that also wrongly claims support of HPT302) which may confuse users... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/pata_hpt3x2n.c')
-rw-r--r--drivers/ata/pata_hpt3x2n.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c
index 97c6ded047b8..87b735a45935 100644
--- a/drivers/ata/pata_hpt3x2n.c
+++ b/drivers/ata/pata_hpt3x2n.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Libata driver for the highpoint 372N and 302N UDMA66 ATA controllers. 2 * Libata driver for the HighPoint 371N, 372N, and 302N UDMA66 ATA controllers.
3 * 3 *
4 * This driver is heavily based upon: 4 * This driver is heavily based upon:
5 * 5 *
@@ -456,8 +456,6 @@ static int hpt3x2n_pci_clock(struct pci_dev *pdev)
456 * HPT372N 9 (HPT372N) * UDMA133 456 * HPT372N 9 (HPT372N) * UDMA133
457 * 457 *
458 * (1) UDMA133 support depends on the bus clock 458 * (1) UDMA133 support depends on the bus clock
459 *
460 * To pin down HPT371N
461 */ 459 */
462 460
463static int hpt3x2n_init_one(struct pci_dev *dev, const struct pci_device_id *id) 461static int hpt3x2n_init_one(struct pci_dev *dev, const struct pci_device_id *id)
@@ -616,7 +614,7 @@ static void __exit hpt3x2n_exit(void)
616} 614}
617 615
618MODULE_AUTHOR("Alan Cox"); 616MODULE_AUTHOR("Alan Cox");
619MODULE_DESCRIPTION("low-level driver for the Highpoint HPT3x2n/30x"); 617MODULE_DESCRIPTION("low-level driver for the Highpoint HPT3xxN");
620MODULE_LICENSE("GPL"); 618MODULE_LICENSE("GPL");
621MODULE_DEVICE_TABLE(pci, hpt3x2n); 619MODULE_DEVICE_TABLE(pci, hpt3x2n);
622MODULE_VERSION(DRV_VERSION); 620MODULE_VERSION(DRV_VERSION);