OSDN Git Service

iio: dac: ad5755: 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:46:33 +0000 (14:46 +0100)
commite2f5543a73eaee370a0e0ed280aa71d3693ded2e
tree1f960b8f05f84953a99f01f3aaea330d229227d6
parent35b9c0b18eaa81d96841c50452f74ed1a7aa4ae7
iio: dac: ad5755: Remove redundant code

The if check is redundant as the value obtained from
iio_device_register() is already in the required format.
Error messages are already printed by iio_device_register();
hence not needed.

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