From: Viresh Kumar Date: Thu, 4 Dec 2014 04:11:53 +0000 (+0530) Subject: thermal: cpu_cooling: no need to initialze 'ret' X-Git-Tag: fixes-v4.0-rc1~365^2^2~1^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e54d442fe3cdd1ffe5f563ee843b4d48e14ef6e;p=pandora-kernel.git thermal: cpu_cooling: no need to initialze 'ret' ret is initialized before it is used, so no need to set it to 0 in its declaration. Signed-off-by: Viresh Kumar Signed-off-by: Eduardo Valentin --- Reading git-diff-tree failed