tools: gpio: fix spurious close warning in gpio-utils
authorKent Gibson <warthog618@gmail.com>
Wed, 8 Jul 2020 04:15:59 +0000 (12:15 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sun, 12 Jul 2020 08:22:01 +0000 (10:22 +0200)
commite890678f6949e848720c66620c390d5e876149a6
tree8c064a618dc5eb898d4059ca03628f4a94f0b991
parentef3c61a082c86a20cc1a4382142d480655b3c5a1
tools: gpio: fix spurious close warning in gpio-utils

Fix bogus close warning that occurs when opening the character device
fails.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tools/gpio/gpio-utils.c