can: bittiming: can_fixup_bittiming(): use CAN_SYNC_SEG instead of 1
authorMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 31 Jan 2023 16:37:39 +0000 (17:37 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 6 Feb 2023 12:57:25 +0000 (13:57 +0100)
commit9cf670dbe69d11c6f29284aa80d78741f038ecd4
treebd0d43628c6a8930b6877f31ac91ef14b3578026
parent89cfa63565606bf462b4fdc0bd3e91a7cece1380
can: bittiming: can_fixup_bittiming(): use CAN_SYNC_SEG instead of 1

Commit 1c47fa6b31c2 ("can: dev: add a helper function to calculate the
duration of one bit") made the constant CAN_SYNC_SEG available in a
header file.

The magic number 1 in can_fixup_bittiming() represents the width of
the sync segment, replace it by CAN_SYNC_SEG to make the code more
readable.

Link: https://lore.kernel.org/all/20230202110854.2318594-3-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/dev/bittiming.c