From: Peter Hurley Date: Mon, 9 Mar 2015 20:27:19 +0000 (-0400) Subject: serial: earlycon: Skip parse_options() if empty string X-Git-Tag: omap-for-v4.2/o2_dc~64^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60846880384f00713c7f54243f749c1923e6c0e3;p=pandora-kernel.git serial: earlycon: Skip parse_options() if empty string Earlycon param strings of the form earlycon= are rejected from parse_options() with an error (which, in turn, results in a NULL argument for the setup() method options parameter). Only pass non-empty string to parse_options(); this will enable handling actual parse errors differently than expected and allow formats. Acked-by: Rob Herring Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed