Skip to content

Commit

Permalink
pata_cs5535: fix DRV_NAME
Browse files Browse the repository at this point in the history
.. and also a module description while at it.

Acked-by: Alan Cox <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
bzolnier authored and Jeff Garzik committed Oct 14, 2011
1 parent 70f301a commit e9f7cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ata/pata_cs5535.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/*
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit e9f7cd5

Please sign in to comment.