Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79ce9d52 authored by Fabian Frederick's avatar Fabian Frederick Committed by Greg Kroah-Hartman
Browse files

tty: remove unused variable sprop



sprop is unused in find_console_handle() since commit a752ee56
("tty: Update hypervisor tty drivers to use core stdout parsing code.")

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3239fd31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ static void disable_tx_interrupt(struct ehv_bc_data *bc)
static int find_console_handle(void)
{
	struct device_node *np = of_stdout;
	const char *sprop = NULL;
	const uint32_t *iprop;

	/* We don't care what the aliased node is actually called.  We only