projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5236d5c
)
MIPS: TXx9: Delete an unused variable in tx4927_pcibios_setup
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Sat, 28 Jun 2014 14:57:13 +0000
(23:57 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 30 Jul 2014 13:58:39 +0000
(15:58 +0200)
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7216/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/ops-tx4927.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/pci/ops-tx4927.c
b/arch/mips/pci/ops-tx4927.c
index 0e046d82e4e38035b1eb7a5e27bb483c750d7fdc..d54ea93651acfef2a08211923872009a29a906ab 100644
(file)
--- 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)