On 31/05/15 13:40, Hartmut Knaack wrote: > In iioutils_get_type() it is logically better fitting to have sysfsfp > assigned zero right after closing it. > > Signed-off-by: Hartmut Knaack <knaack.h@xxxxxx> Applied. > --- > tools/iio/iio_utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/iio/iio_utils.c b/tools/iio/iio_utils.c > index c83f4df..7c0abb3 100644 > --- a/tools/iio/iio_utils.c > +++ b/tools/iio/iio_utils.c > @@ -175,10 +175,10 @@ int iioutils_get_type(unsigned *is_signed, > goto error_free_filename; > } > > + sysfsfp = 0; > free(filename); > > filename = 0; > - sysfsfp = 0; > } > error_close_sysfsfp: > if (sysfsfp) > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html