power: twl6030: fix code refactoring
authorNicolae Rosia <nicolae.rosia@gmail.com>
Thu, 13 Oct 2016 10:47:53 +0000 (13:47 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:04:38 +0000 (08:04 -0400)
commit28a3a43d7be74000a0d480f6f32e31c5ff22d4bc
tree525690da9d482af91fcb4da2f3c9e7036506ff86
parent805e3e00f24cf5d7f922a0e5a0cd0e08ce9a8c7b
power: twl6030: fix code refactoring

Commit a85362fb3e1fc7833723accddbbae431091d06b8 refactored the code
but the register read ended up in the wrong if branch.
Currently, the else branch checks a variable which is always 0.

Signed-off-by: Nicolae Rosia <nicolae_rosia@mentor.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/power/twl6030.c