tools:iio: save errno first
authorHartmut Knaack <knaack.h@gmx.de>
Sun, 31 May 2015 12:39:48 +0000 (14:39 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2015 16:32:44 +0000 (17:32 +0100)
commit2b6a6e67af6f8f644a48f75efc1f44544c0d74f6
treeffff341e8cdb92e06abd46628219495c5c2e7066
parentf96d055e4b38c64123f211f0521f834d649cd01c
tools:iio: save errno first

The man-page of errno states, that errno should be saved before doing any
library call, as that call may have changed the value of errno. So, when
encountering any error, save errno first.
This patch affects generic_buffer.c, iio_event_monitor.c and iio_utils.c.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
tools/iio/generic_buffer.c
tools/iio/iio_event_monitor.c
tools/iio/iio_utils.c