Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: remove unused variable sprop

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

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Fabian Frederick and committed by
Greg Kroah-Hartman
79ce9d52 3239fd31

-1
-1
drivers/tty/ehv_bytechan.c
··· 112 112 static int find_console_handle(void) 113 113 { 114 114 struct device_node *np = of_stdout; 115 - const char *sprop = NULL; 116 115 const uint32_t *iprop; 117 116 118 117 /* We don't care what the aliased node is actually called. We only