]> git.sur5r.net Git - u-boot/commit
drivers:power:max77693: remove redundant logical constraint
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Mar 2018 10:52:45 +0000 (11:52 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 2 May 2018 01:57:43 +0000 (10:57 +0900)
commit4bf225aa87a11f5d22b22d469e77d005ad441fd8
tree35a3fa92e3ba62e9d2ff14409d91e21ec34a9ea5
parent4781921630f9f2dd1165cc1e79494893e8e9bd3c
drivers:power:max77693: remove redundant logical constraint

As ret is not set when calling max77693_get_vcell() there is no
need to check ret again.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/power/mfd/fg_max77693.c