[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <lsq.1510009382.155143478@decadent.org.uk>
Date: Mon, 06 Nov 2017 23:03:02 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org
CC: akpm@...ux-foundation.org, "Atsushi Nemoto" <anemo@....ocn.ne.jp>,
linux-mips@...ux-mips.org, "Ralf Baechle" <ralf@...ux-mips.org>,
"Arnd Bergmann" <arnd@...db.de>
Subject: [PATCH 3.16 283/294] MIPS: TXx9: Delete an unused variable in
tx4927_pcibios_setup
3.16.50-rc1 review patch. If anyone has any objections, please let me know.
------------------
From: Atsushi Nemoto <anemo@....ocn.ne.jp>
commit 1bc2d3e38e5bf90af4e9d64e1696f2d39757355a upstream.
Signed-off-by: Atsushi Nemoto <anemo@....ocn.ne.jp>
Cc: linux-mips@...ux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7216/
Signed-off-by: Ralf Baechle <ralf@...ux-mips.org>
Signed-off-by: Arnd Bergmann <arnd@...db.de>
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
arch/mips/pci/ops-tx4927.c | 2 --
1 file changed, 2 deletions(-)
--- a/arch/mips/pci/ops-tx4927.c
+++ b/arch/mips/pci/ops-tx4927.c
@@ -199,8 +199,6 @@ static struct {
char *tx4927_pcibios_setup(char *str)
{
- unsigned long val;
-
if (!strncmp(str, "trdyto=", 7)) {
u8 val = 0;
if (kstrtou8(str + 7, 0, &val) == 0)
Powered by blists - more mailing lists