ixgbe: Fix module_param allow_unsupported_sfp type
authorJeff Daly <jeffd@silicom-usa.com>
Thu, 14 Apr 2022 20:21:04 +0000 (16:21 -0400)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 5 May 2022 15:37:14 +0000 (08:37 -0700)
commit833fbbbbfc8b4b1effb95e1487b196efdaf842ea
treeddade47492a99d6d4070799d2521fa54c9583ea7
parent1c1ed5a48411e1686997157c21633653fbe045c6
ixgbe: Fix module_param allow_unsupported_sfp type

The module_param allow_unsupported_sfp should be a boolean to match the
type in the ixgbe_hw struct.

Signed-off-by: Jeff Daly <jeffd@silicom-usa.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c