commit | 8749948a1bc0aff24e493f89de40e2ff95a83baf | [log] [tgz] |
---|---|---|
author | Hartmut Knaack <knaack.h@gmx.de> | Sun May 31 14:39:56 2015 +0200 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun May 31 17:35:04 2015 +0100 |
tree | 1587001a6bda3f0454323621215f2eb03e3ca8df | |
parent | 5fdb8c6127c3c594360fb5f2959a724809c0032e [diff] |
tools:iio:generic_buffer: fix check of errno Since errno contains the value of any of the defined error names, a negation will not lead to the desired match. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>