diff options
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index fccbe490c7f..7b6b43d576d 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | |||
@@ -243,7 +243,7 @@ module_param_array(intr_cnt, uint, NULL, 0644); | |||
243 | MODULE_PARM_DESC(intr_cnt, | 243 | MODULE_PARM_DESC(intr_cnt, |
244 | "thresholds 1..3 for queue interrupt packet counters"); | 244 | "thresholds 1..3 for queue interrupt packet counters"); |
245 | 245 | ||
246 | static int vf_acls; | 246 | static bool vf_acls; |
247 | 247 | ||
248 | #ifdef CONFIG_PCI_IOV | 248 | #ifdef CONFIG_PCI_IOV |
249 | module_param(vf_acls, bool, 0644); | 249 | module_param(vf_acls, bool, 0644); |