]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: lm3533: Fix unused variable build warning
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 7 Oct 2015 12:28:48 +0000 (17:58 +0530)
committerLee Jones <lee.jones@linaro.org>
Fri, 30 Oct 2015 17:19:52 +0000 (17:19 +0000)
commit0a27186448f17cb1b6734bb302cc1299008e91e9
treef9765b67afd84e61285adef81a0f4ab391c15f66
parentce6a5acc93876f619f32f8f60c7c6e549e46d962
mfd: lm3533: Fix unused variable build warning

We were getting build warning about unused variable 'ret'.
The commit c749db571dcf has removed the use of ret but missed removing
the variable which is unused now.

Fixes: c749db571dcf ("mfd: lm3533: Simplify function return logic")
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lm3533-core.c