From: Dongliang Mu <hidden> Date: 2021-10-17 12:50:49
Since netif_napi_del is already done in the free_candev, so we remove
this redundent netif_napi_del invocation. In addition, this patch can
match the operations in the xcan_probe and xcan_remove functions.
Signed-off-by: Dongliang Mu <redacted>
---
drivers/net/can/xilinx_can.c | 1 -
1 file changed, 1 deletion(-)
From: Marc Kleine-Budde <mkl@pengutronix.de> Date: 2021-10-18 10:48:11
On 17.10.2021 20:50:21, Dongliang Mu wrote:
quoted hunk
Since netif_napi_del is already done in the free_candev, so we remove
this redundent netif_napi_del invocation. In addition, this patch can
match the operations in the xcan_probe and xcan_remove functions.
Signed-off-by: Dongliang Mu <redacted>
---
drivers/net/can/xilinx_can.c | 1 -
1 file changed, 1 deletion(-)
From: Dongliang Mu <hidden> Date: 2021-10-19 01:44:42
On Mon, Oct 18, 2021 at 6:48 PM Marc Kleine-Budde [off-list ref] wrote:
On 17.10.2021 20:50:21, Dongliang Mu wrote:
quoted
Since netif_napi_del is already done in the free_candev, so we remove
this redundent netif_napi_del invocation. In addition, this patch can
match the operations in the xcan_probe and xcan_remove functions.
Signed-off-by: Dongliang Mu <redacted>
---
drivers/net/can/xilinx_can.c | 1 -
1 file changed, 1 deletion(-)