From: greg@kroah.com Date: Tue, 19 Oct 2004 04:42:23 +0000 (-0700) Subject: [PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes. X-Git-Tag: 040~4 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a760b333459003055816bc6a296c54327d521dc;p=systemd [PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes. --- diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index 9245f6ad..b33df81d 100644 --- a/etc/udev/udev.rules.gentoo +++ b/etc/udev/udev.rules.gentoo @@ -132,5 +132,5 @@ KERNEL="raw[0-9]*", NAME="raw/%k" # cpu devices KERNEL="cpu[0-9]*", NAME="cpu/%n/cpuid" -KERNEL="msr[0-9]*", NAME="cpu/%n/cpuid" +KERNEL="msr[0-9]*", NAME="cpu/%n/msr" KERNEL="microcode", NAME="cpu/microcode"