staging: iio: tsl2583: remove unnecessary variable initialization
authorBrian Masney <masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:39 +0000 (13:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 13 Nov 2016 13:07:32 +0000 (13:07 +0000)
commit0859fdd3198d45b81aa6908a1647cd727dabffd9
treefa2c7d2d3fca0c515f5fe5f71d617f9feee6a5d0
parentb912c6564c2973ce0cd24f6d5094f36528eb8eae
staging: iio: tsl2583: remove unnecessary variable initialization

The ret variable in tsl2583_suspend() and tsl2583_resume() was
initialized to 0. This is not necessary so this patch removes the
initialization.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c