commit | f1242cd981e36385169281bf7b978e2bfa942eb5 | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Oct 07 10:00:52 2019 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Nov 11 21:58:10 2019 +0100 |
tree | 2246f73ef755db82728fd88bddd95dc2ba55edde | |
parent | a7b70e2d62d86fcb3f665d325dbc6f0303ee3c51 [diff] |
can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment in if condition This patch moves the assignment of queue_len out of the if condition. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>