Staging: iio: Simplify return logic
authorCristina Opriceana <cristina.opriceana@gmail.com>
Thu, 12 Mar 2015 17:10:31 +0000 (19:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2015 15:11:40 +0000 (16:11 +0100)
commitda29461ccdf811b27a1cf53483ec2457fb4a6ae7
tree70175a782a89f1c143982086e7d767a55a22b059
parent5db4851d47ea80ad78d85f201e13df9ea48ab67b
Staging: iio: Simplify return logic

This patch removes the conditional return of the ade77*_probe functions
based on the return values of iio_device_register as the latter
returns 0 or ret, the same as the checked values.

Warning found by coccinelle.

Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/meter/ade7753.c
drivers/staging/iio/meter/ade7754.c
drivers/staging/iio/meter/ade7759.c
This page took 0.025474 seconds and 5 git commands to generate.