diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2011-10-13 06:52:21 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-10-14 12:59:51 -0400 |
commit | e9f7cd51ccfa4d77ca1c01fd50c1c6af55ded1c9 (patch) | |
tree | 0da121f0f88d6ec4889783a92607edcd5983e608 /drivers/ata | |
parent | 70f301a67d5fc9690ed558b132bd3300ab64f23b (diff) |
pata_cs5535: fix DRV_NAME
.. and also a module description while at it.
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_cs5535.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 03a93186aa19..697a3edd38c3 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include <linux/libata.h> | 38 | #include <linux/libata.h> |
39 | #include <asm/msr.h> | 39 | #include <asm/msr.h> |
40 | 40 | ||
41 | #define DRV_NAME "cs5535" | 41 | #define DRV_NAME "pata_cs5535" |
42 | #define DRV_VERSION "0.2.12" | 42 | #define DRV_VERSION "0.2.12" |
43 | 43 | ||
44 | /* | 44 | /* |
@@ -230,7 +230,7 @@ static void __exit cs5535_exit(void) | |||
230 | } | 230 | } |
231 | 231 | ||
232 | MODULE_AUTHOR("Alan Cox, Jens Altmann, Wolfgan Zuleger, Alexander Kiausch"); | 232 | MODULE_AUTHOR("Alan Cox, Jens Altmann, Wolfgan Zuleger, Alexander Kiausch"); |
233 | MODULE_DESCRIPTION("low-level driver for the NS/AMD 5530"); | 233 | MODULE_DESCRIPTION("low-level driver for the NS/AMD 5535"); |
234 | MODULE_LICENSE("GPL"); | 234 | MODULE_LICENSE("GPL"); |
235 | MODULE_DEVICE_TABLE(pci, cs5535); | 235 | MODULE_DEVICE_TABLE(pci, cs5535); |
236 | MODULE_VERSION(DRV_VERSION); | 236 | MODULE_VERSION(DRV_VERSION); |