From: Henrik Rydberg Date: Thu, 26 Jan 2012 11:08:41 +0000 (-0500) Subject: hwmon: (applesmc) Silence uninitialized warnings X-Git-Tag: v3.2.52~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60ce91cc52e53619bb919ad5ff8891b75c2a4dd;p=pandora-kernel.git hwmon: (applesmc) Silence uninitialized warnings commit 0fc86eca1b338d06ec500b34ef7def79c32b602b upstream. Some error paths do not set a result, leading to the (false) assumption that the value may be used uninitialized. Set results for those paths as well. Signed-off-by: Henrik Rydberg Signed-off-by: Guenter Roeck Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed