From: Ionut Nicu Date: Tue, 8 Oct 2013 13:51:53 +0000 (+0200) Subject: i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors X-Git-Tag: v3.12-rc5~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492ed77bfadb968cca7beca348cd45b444393cd4;p=pandora-kernel.git i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors of_get_named_gpio could return -E_PROBE_DEFER or another error code. This error should be passed further instead of being ignored. Signed-off-by: Ionut Nicu Acked-by: Peter Korsgaard Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed