From fdb6110ae3fa0f14137ffbec4af1bc124945a076 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 20 Mar 2017 10:13:12 +0100 Subject: [PATCH 1/1] sllin: remove block local variable where function wide one is available. Signed-off-by: Pavel Pisa --- sllin/sllin.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sllin/sllin.c b/sllin/sllin.c index ab4a1cc..2088794 100644 --- a/sllin/sllin.c +++ b/sllin/sllin.c @@ -1252,8 +1252,6 @@ static int sllin_kwthread(void *ptr) /* SFF RTR CAN frame -> LIN header */ if (cf->can_id & CAN_RTR_FLAG) { - struct sllin_conf_entry *sce; - netdev_dbg(sl->dev, "%s: RTR SFF CAN frame, ID = %x\n", __func__, cf->can_id & LIN_ID_MASK); @@ -1284,8 +1282,6 @@ static int sllin_kwthread(void *ptr) spin_unlock_irqrestore(&sl->linfr_lock, flags); } else { /* SFF NON-RTR CAN frame -> LIN header + LIN response */ - struct sllin_conf_entry *sce; - netdev_dbg(sl->dev, "%s: NON-RTR SFF CAN frame, ID = %x\n", __func__, (int)cf->can_id & LIN_ID_MASK); -- 2.39.2