commit | 35b9c0b18eaa81d96841c50452f74ed1a7aa4ae7 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Thu Oct 24 12:53:00 2013 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Thu Oct 24 14:46:00 2013 +0100 |
tree | 9b4ec897cfe424f238e2ad79b1645ee4d496f58a | |
parent | ae0f29d1593fabb8eade5f93352e05f88f6245bd [diff] |
iio: dac: ad5421: 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. 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>