From: Venu Byravarasu Date: Thu, 23 Aug 2012 06:51:16 +0000 (+0530) Subject: mfd: rc5t583: Fix warning messages X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~14^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd96360e21ec7963aeba253261db87a32e728c6;p=pandora-kernel.git mfd: rc5t583: Fix warning messages Two variables named master_int and sleepseq_val, were just declared without initialization. Pointers to these variables were passed to mfd read function. After that these variables were used for some of the logical operations. Though logically there is nothing wrong, compiler is complaining that the variables may be used uninitialized. Hence fixing these warning messages by initializing them. Signed-off-by: Venu Byravarasu Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed