diff options
Diffstat (limited to 'util-linux/lsusb.c')
-rw-r--r-- | util-linux/lsusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index 0a9e505f4..f7d0de32d 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.c | |||
@@ -50,7 +50,7 @@ static int FAST_FUNC fileAction(struct recursive_state *state UNUSED_PARAM, | |||
50 | char *tokens[4]; | 50 | char *tokens[4]; |
51 | char *busnum = NULL, *devnum = NULL; | 51 | char *busnum = NULL, *devnum = NULL; |
52 | int product_vid = 0, product_did = 0; | 52 | int product_vid = 0, product_did = 0; |
53 | char *uevent_filename = concat_path_file(fileName, "/uevent"); | 53 | char *uevent_filename = concat_path_file(fileName, "uevent"); |
54 | 54 | ||
55 | parser = config_open2(uevent_filename, fopen_for_read); | 55 | parser = config_open2(uevent_filename, fopen_for_read); |
56 | free(uevent_filename); | 56 | free(uevent_filename); |