From: Tomi Valkeinen Date: Thu, 19 Dec 2013 14:15:34 +0000 (+0200) Subject: OMAPDSS: don't print errors on -EPROBE_DEFER X-Git-Tag: v3.14-rc1~105^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40359a9b08cc51362a4dddfa2beb3b59e24e2b53;p=pandora-kernel.git OMAPDSS: don't print errors on -EPROBE_DEFER Nowadays it's normal to get -EPROBE_DEFER from, e.g., regulator_get. As -EPROBE_DEFER is not really an error, and the driver will be probed fine a bit later, printing an error message will just confuse the user. This patch changes omapdss to print an error for regulator_gets only if the error code is something else than -EPROBE_DEFER. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed