Re: [PATCH net] net/mlx4_core: Fix warnings during boot on driverinit param set failures

2018-10-11 Thread David Miller
From: Tariq Toukan Date: Thu, 11 Oct 2018 15:01:19 +0300 > From: Moshe Shemesh > > During boot, mlx4_core sets the driverinit configuration parameters and > updates the devlink module on the initial values calling > devlink_param_driverinit_value_set(). > If

[PATCH net] net/mlx4_core: Fix warnings during boot on driverinit param set failures

2018-10-11 Thread Tariq Toukan
From: Moshe Shemesh During boot, mlx4_core sets the driverinit configuration parameters and updates the devlink module on the initial values calling devlink_param_driverinit_value_set(). If devlink_param_driverinit_value_set() returns an error mlx4_core reports kernel module warning. This