Skip to content
Commit 65db3d8b authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: bittiming: can_calc_bittiming(): add missing parameter to no-op function

In commit 286c0e09 ("can: bittiming: can_changelink() pass extack
down callstack") a new parameter was added to can_calc_bittiming(),
however the static inline no-op (which is used if
CONFIG_CAN_CALC_BITTIMING is disabled) wasn't converted.

Add the new parameter to the static inline no-op of
can_calc_bittiming().

Fixes: 286c0e09

 ("can: bittiming: can_changelink() pass extack down callstack")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/20230207201734.2905618-1-mkl@pengutronix.de
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent f2f527d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment