All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kailong Wang <wkailong1993@126.com>
To: jiaxun.yang@flygoat.com, chenhc@lemote.com
Cc: ralf@linux-mips.org, paul.burton@mips.com, jhogan@kernel.org,
	linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
	Kailong Wang <wkailong1993@126.com>
Subject: [PATCH] MIPS:Loongson2F:delete mutex defined but not used
Date: Wed, 12 May 2021 17:58:51 -0700	[thread overview]
Message-ID: <1620867531-66587-1-git-send-email-wkailong1993@126.com> (raw)

For 4.19.X, mutex clock_list_sem defined in arch/mips/loongson64/lemote-2f/clock.c
never be used.

Signed-off-by: Kailong Wang <wkailong1993@126.com>
---
 arch/mips/loongson64/lemote-2f/clock.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/loongson64/lemote-2f/clock.c b/arch/mips/loongson64/lemote-2f/clock.c
index 8281334..5f1cdcf 100644
--- a/arch/mips/loongson64/lemote-2f/clock.c
+++ b/arch/mips/loongson64/lemote-2f/clock.c
@@ -19,7 +19,6 @@
 
 static LIST_HEAD(clock_list);
 static DEFINE_SPINLOCK(clock_lock);
-static DEFINE_MUTEX(clock_list_sem);
 
 /* Minimum CLK support */
 enum {
-- 
2.7.4


             reply	other threads:[~2021-05-13  1:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-13  0:58 Kailong Wang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-05 13:06 [PATCH] MIPS:Loongson2F:delete mutex defined but not used chenxb_99091
2021-06-05  6:03 chenxb_99091
2021-06-05  6:00 chenxb_99091
2021-06-05  5:56 chenxb_99091
2021-05-04  8:09 Kailong Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1620867531-66587-1-git-send-email-wkailong1993@126.com \
    --to=wkailong1993@126.com \
    --cc=chenhc@lemote.com \
    --cc=jhogan@kernel.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=paul.burton@mips.com \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.