diff options
Diffstat (limited to 'tools/gpio/lsgpio.c')
-rw-r--r-- | tools/gpio/lsgpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpio/lsgpio.c b/tools/gpio/lsgpio.c index 1124da375942..eb3f56efd215 100644 --- a/tools/gpio/lsgpio.c +++ b/tools/gpio/lsgpio.c | |||
@@ -147,7 +147,7 @@ void print_usage(void) | |||
147 | 147 | ||
148 | int main(int argc, char **argv) | 148 | int main(int argc, char **argv) |
149 | { | 149 | { |
150 | const char *device_name; | 150 | const char *device_name = NULL; |
151 | int ret; | 151 | int ret; |
152 | int c; | 152 | int c; |
153 | 153 | ||