commit | 2b6a6e67af6f8f644a48f75efc1f44544c0d74f6 | [log] [tgz] |
---|---|---|
author | Hartmut Knaack <knaack.h@gmx.de> | Sun May 31 14:39:48 2015 +0200 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun May 31 17:32:44 2015 +0100 |
tree | ffff341e8cdb92e06abd46628219495c5c2e7066 | |
parent | f96d055e4b38c64123f211f0521f834d649cd01c [diff] |
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>