Re: [PATCH] mfd: tps65090: remove redundant check

2012-09-19 Thread Samuel Ortiz
Hi Venu, On Mon, Sep 17, 2012 at 11:00:47AM +0530, Venu Byravarasu wrote: > Remove redundant check in is_volatile_reg(). > > Signed-off-by: Venu Byravarasu > --- > drivers/mfd/tps65090.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Cheers, Samuel. -- Intel O

[PATCH] mfd: tps65090: remove redundant check

2012-09-16 Thread Venu Byravarasu
Remove redundant check in is_volatile_reg(). Signed-off-by: Venu Byravarasu --- drivers/mfd/tps65090.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 50fd87c..074ae32 100644 --- a/drivers/mfd/tps65090.c +++ b/driver