[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210511115329.3804751-1-yangyingliang@huawei.com>
Date: Tue, 11 May 2021 19:53:29 +0800
From: Yang Yingliang <yangyingliang@...wei.com>
To: <linux-kernel@...r.kernel.org>, <linux-sh@...r.kernel.org>
CC: <ysato@...rs.sourceforge.jp>, <dalias@...c.org>
Subject: [PATCH -next] sh: maple: Remove unnecessary INIT_LIST_HEAD()
The list_head maple_waitq and maple_sentq are
initialized statically. It is unnecessary to
initialize by INIT_LIST_HEAD().
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Yang Yingliang <yangyingliang@...wei.com>
---
drivers/sh/maple/maple.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/sh/maple/maple.c b/drivers/sh/maple/maple.c
index e24e220e56ee..44f00d7cc669 100644
--- a/drivers/sh/maple/maple.c
+++ b/drivers/sh/maple/maple.c
@@ -839,9 +839,6 @@ static int __init maple_bus_init(void)
goto cleanup_bothirqs;
}
- INIT_LIST_HEAD(&maple_waitq);
- INIT_LIST_HEAD(&maple_sentq);
-
/* setup maple ports */
for (i = 0; i < MAPLE_PORTS; i++) {
checked[i] = false;
--
2.25.1
Powered by blists - more mailing lists