Re: [PATCH] tty: hvc: remove set but unused variable

2023-09-11 Thread Jiri Slaby
On 08. 09. 23, 8:17, Bo Liu wrote: The local variable vdev in hvcs_destruct_port() is set but not used. Remove the variable and related code. Signed-off-by: Bo Liu Reviewed-by: Jiri Slaby -- js suse labs

[PATCH] tty: hvc: remove set but unused variable

2023-09-07 Thread Bo Liu
The local variable vdev in hvcs_destruct_port() is set but not used. Remove the variable and related code. Signed-off-by: Bo Liu --- drivers/tty/hvc/hvcs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c index d29fdfe9d93d..b537d1fb67d4 100644