diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_iba7220.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_iba7220.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_iba7220.c b/drivers/infiniband/hw/ipath/ipath_iba7220.c index fb70712ac85c..fadbfbf55a6a 100644 --- a/drivers/infiniband/hw/ipath/ipath_iba7220.c +++ b/drivers/infiniband/hw/ipath/ipath_iba7220.c | |||
@@ -528,7 +528,7 @@ static const struct ipath_cregs ipath_7220_cregs = { | |||
528 | 528 | ||
529 | static char int_type[16] = "auto"; | 529 | static char int_type[16] = "auto"; |
530 | module_param_string(interrupt_type, int_type, sizeof(int_type), 0444); | 530 | module_param_string(interrupt_type, int_type, sizeof(int_type), 0444); |
531 | MODULE_PARM_DESC(int_type, " interrupt_type=auto|force_msi|force_intx\n"); | 531 | MODULE_PARM_DESC(int_type, " interrupt_type=auto|force_msi|force_intx"); |
532 | 532 | ||
533 | /* packet rate matching delay; chip has support */ | 533 | /* packet rate matching delay; chip has support */ |
534 | static u8 rate_to_delay[2][2] = { | 534 | static u8 rate_to_delay[2][2] = { |