]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e79ed0a24d3a000a2fbe2530784a7fb943408d0
treeddade47492a99d6d4070799d2521fa54c9583ea7
parentb9f7ceddc5c944f1616f1ac751707136a53a4557
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