mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
rules: simply 60-drm.rules
We don't need any GOTO, if we merge all matches into a single line.
This commit is contained in:
parent
0a8da8305a
commit
e9718c12a4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user