ARC: boot log: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Tue, 23 Jan 2018 15:16:09 +0000 (15:16 +0000)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 23 Jan 2018 19:12:28 +0000 (11:12 -0800)
commita46f24acf8bce70b5fdd6774793d121e54b99e97
tree81b18c49070587fe1c88c27f03fa4aef17f98916
parent7d82c5fa057c813d13e1f828f779727214573723
ARC: boot log: Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c