Bug ID 1233412
Summary udev GOTO label does not match target label
Classification openSUSE
Product openSUSE Tumbleweed
Version Slowroll
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Kernel:Drivers
Assignee kernel-bugs@suse.de
Reporter jimoe@sma-inc.us
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

opensuse tumbleweed 20241114
linux 6.11.7-1-default x86_64

/usr/lib/udev/rules.d/90-alsa-restore.rules

2024-11-16T14:16:04-07:00 sma-station14l systemd-udevd[896]:
/usr/lib/udev/rules.d/90-alsa-restore.rules:3 GOTO="alsa_restore_go" has no
matching label, ignoring.

The GOTO label is inconsistent; some had "alsa_restore_go," others had
"alsa_restore_go." I settled on "_std": fewer changes.

LABEL="alsa_restore_go"
should be
LABEL="alsa_restore_std"


You are receiving this mail because: