]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: uartps: Move alias reading higher in probe()
authorMichal Simek <michal.simek@xilinx.com>
Mon, 3 Sep 2018 13:10:53 +0000 (15:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 14:07:22 +0000 (16:07 +0200)
commit14090ad1805f93418f69d2f661b6b9bb130b7824
tree89e9c44cb0bbe98374727971e3ffcd8b6ddd72a1
parent46a460f0150ab4751d19923ce1199e787ee21879
serial: uartps: Move alias reading higher in probe()

This cosmetic change is done only for having next patch much easier to
read. Moving id setup higher in probe is not affecting any usage of this
driver and it also simplify error path.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/xilinx_uartps.c