rules: simply 60-drm.rules
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 15:17:14 +0000 (16:17 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 15:17:14 +0000 (16:17 +0100)
We don't need any GOTO, if we merge all matches into a single line.

rules/60-drm.rules

index de038c1..1ed3e44 100644 (file)
@@ -1,8 +1,3 @@
 # do not edit this file, it will be overwritten on update
 
-ACTION=="remove", GOTO="drm_end"
-SUBSYSTEM!="drm", GOTO="drm_end"
-
-SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"
-
-LABEL="drm_end"
+ACTION!="remove", SUBSYSTEM=="drm", SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"