From: kay.sievers@vrfy.org Date: Tue, 23 Nov 2004 03:22:16 +0000 (+0100) Subject: [PATCH] remove my test code X-Git-Tag: 047~41 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0e9bfc350e6a8b3fff79a9a0f2a97afa9b3825;p=systemd [PATCH] remove my test code --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 7293407b..4976b8f3 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -267,7 +267,6 @@ int wait_for_devices_device(struct sysfs_device *devices_dev, const char *file; } device_files[] = { { .bus = "scsi", .file = "vendor" }, - { .bus = "usb", .file = NULL }, { .bus = "usb", .file = "idVendor" }, { .bus = "usb", .file = "iInterface" }, { .bus = "usb", .file = "bNumEndpoints" },