summaryrefslogtreecommitdiff
path: root/rules/60-drm.rules
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-11-03 16:17:14 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-11-03 16:17:14 +0100
commite9718c12a4ca7f88324b636b36a4375aae64a1cc (patch)
tree5fda2dd3a37b031ebd0dc7d72ff3a943150e41d2 /rules/60-drm.rules
parent0a8da8305a41b28ec2c5b7c0720d30ba80e3437a (diff)
rules: simply 60-drm.rules
We don't need any GOTO, if we merge all matches into a single line.
Diffstat (limited to 'rules/60-drm.rules')
-rw-r--r--rules/60-drm.rules7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/60-drm.rules b/rules/60-drm.rules
index de038c119..1ed3e445f 100644
--- a/rules/60-drm.rules
+++ b/rules/60-drm.rules
@@ -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"