chiark / gitweb /
[PATCH] fix dumb bug I added to udevstart
authorgreg@kroah.com <greg@kroah.com>
Fri, 2 Jul 2004 05:49:13 +0000 (22:49 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:36:59 +0000 (21:36 -0700)
udevstart.c

index 6f90de7d18450be31db3b65ee6d7bef676256183..19f588ab33093689f27d46a01657d9f4ff18b520 100644 (file)
@@ -94,7 +94,6 @@ static void udev_exec(const char *path, const char* subsystem)
        char nosleep[] = "UDEV_NO_SLEEP=1";
        char *env[] = { action, devpath, nosleep, NULL };
 
        char nosleep[] = "UDEV_NO_SLEEP=1";
        char *env[] = { action, devpath, nosleep, NULL };
 
-       return;
        strcpy(devpath, "DEVPATH=");
        strfieldcat(devpath, path);
 
        strcpy(devpath, "DEVPATH=");
        strfieldcat(devpath, path);