From: Hartmut Knaack Date: Sun, 31 May 2015 12:39:48 +0000 (+0200) Subject: tools:iio: save errno first X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~256^2~45 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6a6e67af6f8f644a48f75efc1f44544c0d74f6;p=pandora-kernel.git 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 Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed