]> git.itanic.dy.fi Git - linux-stable/commit
can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()
authorJimmy Assarsson <extja@kvaser.com>
Tue, 16 May 2023 13:43:13 +0000 (15:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:57:54 +0000 (12:57 +0100)
commit3bbeba3ce14d8ecac43fe0b9bb3785b0d86ca055
tree6c84acb2a38fb9cf6adc48c689d214bd5f92546d
parent073a4d750cecd77f1ddf442402123a76ce6602c9
can: kvaser_pciefd: Set CAN_STATE_STOPPED in kvaser_pciefd_stop()

commit aed0e6ca7dbb8fbea9bc69c9ac663d5533c8c5d8 upstream.

Set can.state to CAN_STATE_STOPPED in kvaser_pciefd_stop().
Without this fix, wrong CAN state was repported after the interface was
brought down.

Fixes: 26ad340e582d ("can: kvaser_pciefd: Add driver for Kvaser PCIEcan devices")
Cc: stable@vger.kernel.org
Signed-off-by: Jimmy Assarsson <extja@kvaser.com>
Link: https://lore.kernel.org/r/20230516134318.104279-2-extja@kvaser.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/can/kvaser_pciefd.c