[PATCH 2/5] char: lp: remove redundant initialization of err

Shreenidhi Shedi yesshedi at gmail.com
Sat May 14 21:14:52 UTC 2022


Signed-off-by: Shreenidhi Shedi <sshedi at vmware.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



More information about the Linux-audit mailing list