iio: accel-core: st: Clean up error handling in probe()
authorLee Jones <lee.jones@linaro.org>
Mon, 16 Sep 2013 16:02:00 +0000 (17:02 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 21 Sep 2013 18:24:06 +0000 (19:24 +0100)
commitcf4dd430c4cfeb2b41e2de43f3463d0a3dba2463
tree38b9971604e6e066f2a6f42b9bf767cd515f5f7e
parent7885a8ce6800ec37147902b316cd73790865dc1d
iio: accel-core: st: Clean up error handling in probe()

Reduce the amount of those unnecessary goto calls, as in most cases
we can simply return immediately. We also only call for the IRQ number
once and use that value throughout.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/st_accel_core.c