From: greg@kroah.com Date: Thu, 25 Dec 2003 08:03:56 +0000 (-0800) Subject: [PATCH] Don't require the BUS value for the CALLOUT rule. X-Git-Tag: 011~7 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b3f983da53fe7a990c9e2eadd73d5eb261bbfd;p=systemd [PATCH] Don't require the BUS value for the CALLOUT rule. --- diff --git a/namedev_parse.c b/namedev_parse.c index 45262032..449aa44e 100644 --- a/namedev_parse.c +++ b/namedev_parse.c @@ -324,7 +324,6 @@ keys: dev.name, dev.bus, dev.exec_program, dev.id, dev.symlink); if ((*dev.name == '\0') || - (*dev.bus == '\0') || (*dev.id == '\0') || (*dev.exec_program == '\0')) goto error;