util-linux: disc -> Disc and moved some packages
[openwrt/staging/yousong.git] / package / utils / usbreset / src / usbreset.c
index f6f2ba288ae4926ae59eeb03d9a727889f72b02e..ead30b1d822bbf8f934c52302f6cb7981d8b349f 100644 (file)
@@ -65,7 +65,7 @@ struct usbentry {
 
 static char *sysfs_attr(const char *dev, const char *attr)
 {
-       int fd, len;
+       int fd, len = 0;
        char path[PATH_MAX];
        static char buf[129];