]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
can: provide a separate bittiming_const parameter to bittiming functions
authorOliver Hartkopp <socketcan@hartkopp.net>
Fri, 28 Feb 2014 15:36:22 +0000 (16:36 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 7 Mar 2014 08:18:22 +0000 (09:18 +0100)
commit08da7da41ea490eab08ad9e2674e3b92d6aa2b07
treedab3fbc1e164cf04748bb331715ce9261c16a3c5
parentd5298dffebae76810a6a942bc6467f893bc11eee
can: provide a separate bittiming_const parameter to bittiming functions

As the bittiming calculation functions are to be used with different
bittiming_const structures for CAN and CAN FD the direct reference to
priv->bittiming_const inside these functions has to be removed.

Also moved the check for existing bittiming const to one place.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Acked-by: Stephane Grosjean <s.grosjean@peak-system.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/dev.c