diff options
-rw-r--r-- | drivers/ata/pata_it821x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index 525c9c142891..dab4e7cf8cda 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c | |||
@@ -794,7 +794,7 @@ MODULE_VERSION(DRV_VERSION); | |||
794 | 794 | ||
795 | 795 | ||
796 | module_param_named(noraid, it8212_noraid, int, S_IRUGO); | 796 | module_param_named(noraid, it8212_noraid, int, S_IRUGO); |
797 | MODULE_PARM_DESC(it8212_noraid, "Force card into bypass mode"); | 797 | MODULE_PARM_DESC(noraid, "Force card into bypass mode"); |
798 | 798 | ||
799 | module_init(it821x_init); | 799 | module_init(it821x_init); |
800 | module_exit(it821x_exit); | 800 | module_exit(it821x_exit); |