From: Krzysztof Kozlowski Date: Wed, 9 Apr 2014 09:56:09 +0000 (+0200) Subject: extcon: max14577: Fix probe failure on successful work queue X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~38^2~21^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12adef5b49e98eb181b4163c36e2998169e1379b;p=pandora-kernel.git extcon: max14577: Fix probe failure on successful work queue In probe the driver queued delayed work for cable detection and returned the result of queue_delayed_work() call. However the return value of queue_delayed_work() does not indicate an error and in normal condition it returns true which means successful work queue. This effectively resulted in probe failure: [ 2.088204] max14577-muic: probe of max77836-muic failed with error 1 Signed-off-by: Krzysztof Kozlowski Cc: Fixes: 962e56bfcf0b ("extcon: max14577: Add extcon-max14577 driver...") Signed-off-by: Chanwoo Choi --- Reading git-diff-tree failed