X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=wait_for_sysfs.c;h=1d7044c61f30e2adb73a71c70d375e669263ab78;hb=0f634c33d7eb634737915dc1aa3b7d7342d1a5f2;hp=aac42e24214e753f28084ec58da99eb9d34177c3;hpb=dcb9c852f563ce8c38c3558f8462be2d324c8de7;p=thirdparty%2Fsystemd.git diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index aac42e24214..1d7044c61f3 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -160,11 +160,12 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d { .subsystem = "msr", .device = NULL }, { .subsystem = "netlink", .device = NULL }, { .subsystem = "net", .device = "sit" }, - { .subsystem = "net", .device = "ppp" }, { .subsystem = "net", .device = "lo" }, { .subsystem = "net", .device = "tap" }, { .subsystem = "net", .device = "ipsec" }, { .subsystem = "net", .device = "irda" }, + { .subsystem = "net", .device = "ppp" }, + { .subsystem = "ppp", .device = NULL }, { .subsystem = "sound", .device = NULL }, { .subsystem = "printer", .device = "lp" }, { .subsystem = "nvidia", .device = NULL },