]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
iio: adc: twl6030-gpadc: Remove redundant code
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 24 Oct 2013 11:53:00 +0000 (12:53 +0100)
committerJonathan Cameron <jic23@kernel.org>
Thu, 24 Oct 2013 13:45:09 +0000 (14:45 +0100)
commitae0f29d1593fabb8eade5f93352e05f88f6245bd
treee03f5874132160c7657f665ce127dd5b1eb6bfb3
parentdcf5272cac4115bfd52afd30e9a8ba5fb9c8d449
iio: adc: twl6030-gpadc: Remove redundant code

The if check is redundant as the value obtained from
iio_device_register() is already in the required format.
Hence return the function directly.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/twl6030-gpadc.c