Skip to content

Commit

Permalink
MIPS: TXx9: Delete an unused variable in tx4927_pcibios_setup
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Nemoto <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/7216/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
atsushi-nemoto authored and ralfbaechle committed Jul 30, 2014
1 parent 5236d5c commit 1bc2d3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/pci/ops-tx4927.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1bc2d3e

Please sign in to comment.