[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220514211455.284782-2-sshedi@vmware.com>
Date: Sun, 15 May 2022 02:44:52 +0530
From: Shreenidhi Shedi <yesshedi@...il.com>
To: arnd@...db.de, gregkh@...uxfoundation.org, paul@...l-moore.com,
eparis@...hat.com
Cc: linux-kernel@...r.kernel.org, linux-audit@...hat.com,
yesshedi@...il.com, Shreenidhi Shedi <sshedi@...are.com>
Subject: [PATCH 2/5] char: lp: remove redundant initialization of err
Signed-off-by: Shreenidhi Shedi <sshedi@...are.com>
---
drivers/char/lp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/lp.c b/drivers/char/lp.c
index d474d02b6c7f..536ceb11176e 100644
--- a/drivers/char/lp.c
+++ b/drivers/char/lp.c
@@ -1019,7 +1019,7 @@ static struct parport_driver lp_driver = {
static int __init lp_init(void)
{
- int i, err = 0;
+ int i, err;
if (parport_nr[0] == LP_PARPORT_OFF)
return 0;
--
2.36.1
Powered by blists - more mailing lists