From: Sachin Kamat Date: Mon, 8 Apr 2013 00:12:32 +0000 (+0900) Subject: extcon: max77693: Fix return value X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~31^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2536543d53be247786b8beb7c505c629fd55813;p=pandora-kernel.git extcon: max77693: Fix return value Return the value obtained from the function instead of hardcoding. Silences the following warnings: drivers/extcon/extcon-max77693.c:297 max77693_muic_set_path() info: why not propagate 'ret' from max77693_update_reg() instead of (-11)? drivers/extcon/extcon-max77693.c:310 max77693_muic_set_path() info: why not propagate 'ret' from max77693_update_reg() instead of (-11)? Signed-off-by: Sachin Kamat Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- Reading git-diff-tree failed