]> asedeno.scripts.mit.edu Git - linux.git/commit
of/fdt: don't ignore errors from of_setup_earlycon
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Sep 2019 05:58:33 +0000 (07:58 +0200)
committerRob Herring <robh@kernel.org>
Tue, 1 Oct 2019 12:12:43 +0000 (07:12 -0500)
commitb204731689059f0e27b676e86b089d59bd1a4805
treee9fc74d67667909455c4a447828278e709613ce2
parent1f947a863dfcb6787c38a94403db6b455fcb76fc
of/fdt: don't ignore errors from of_setup_earlycon

If of_setup_earlycon we should keep on iterating earlycon options
instead of breaking out of the loop.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c