OSDN Git Service

linear: remove erroneous close(2)
authorChris Larson <clarson@kergoth.com>
Mon, 25 Jan 2010 21:25:26 +0000 (21:25 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 25 Jan 2010 21:25:26 +0000 (21:25 +0000)
Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
Signed-off-by: Chris Larson <clarson@mvista.com>
plugins/linear.c

index 99c307d..87874e2 100644 (file)
@@ -150,7 +150,6 @@ TSAPI struct tslib_module_info *mod_init(struct tsdev *dev, const char *params)
                printf("\n");
 #endif /*DEBUG*/
                fclose(pcal_fd);
-               close(pcal_fd);
        }