]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pata_cs5535: fix DRV_NAME
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 13 Oct 2011 10:52:21 +0000 (12:52 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 14 Oct 2011 16:59:51 +0000 (12:59 -0400)
.. 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>
drivers/ata/pata_cs5535.c

index 03a93186aa197e8fd34b62e1fa495b8ede7779be..697a3edd38c3ae7c77619b59ed216785c5f67da1 100644 (file)
@@ -38,7 +38,7 @@
 #include <linux/libata.h>
 #include <asm/msr.h>
 
-#define DRV_NAME       "cs5535"
+#define DRV_NAME       "pata_cs5535"
 #define DRV_VERSION    "0.2.12"
 
 /*
@@ -230,7 +230,7 @@ static void __exit cs5535_exit(void)
 }
 
 MODULE_AUTHOR("Alan Cox, Jens Altmann, Wolfgan Zuleger, Alexander Kiausch");
-MODULE_DESCRIPTION("low-level driver for the NS/AMD 5530");
+MODULE_DESCRIPTION("low-level driver for the NS/AMD 5535");
 MODULE_LICENSE("GPL");
 MODULE_DEVICE_TABLE(pci, cs5535);
 MODULE_VERSION(DRV_VERSION);