Re: [PATCH] mfd: rc5t583: Fix warning messages

2012-09-19 Thread Samuel Ortiz
Hi Venu, On Thu, Aug 23, 2012 at 12:21:16PM +0530, Venu Byravarasu wrote: > 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 o

[PATCH] mfd: rc5t583: Fix warning messages

2012-08-23 Thread Venu Byravarasu
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 t