From: Devendra Naga Date: Fri, 31 Aug 2012 08:30:19 +0000 (+0530) Subject: extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detach X-Git-Tag: v3.7-rc3~15^2~2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cafbd4e5005dbef78b32f2e0fe3ab00a955c6c1;p=pandora-kernel.git extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detach actually we can do returns with error or success with out ret in this function, so remove the ret variable, and reduce a very little (4byte) space on stack of this function Signed-off-by: Devendra Naga Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed