Skip to content

Commit

Permalink
s390/disassembler: remove indentical initializer
Browse files Browse the repository at this point in the history
Remove one of the two identical initializer entries.

Signed-off-by: Heiko Carstens <[email protected]>
  • Loading branch information
heicarst authored and Martin Schwidefsky committed Jan 8, 2015
1 parent eba8452 commit 8d1f211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/s390/kernel/dis.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ static const struct s390_operand operands[] =
[U16_32] = { 16, 32, 0 },
[J16_16] = { 16, 16, OPERAND_PCREL },
[J16_32] = { 16, 32, OPERAND_PCREL },
[I16_32] = { 16, 32, OPERAND_SIGNED },
[I24_24] = { 24, 24, OPERAND_SIGNED },
[J32_16] = { 32, 16, OPERAND_PCREL },
[I32_16] = { 32, 16, OPERAND_SIGNED },
Expand Down

0 comments on commit 8d1f211

Please sign in to comment.