From: Yvan Seth Date: Fri, 3 Nov 2006 06:07:13 +0000 (-0800) Subject: [PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS X-Git-Tag: v2.6.19-rc5~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13adb604693374c5fce47cd1a2017bcf3178eae;p=pandora-kernel.git [PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS Taken from http://bugzilla.kernel.org/show_bug.cgi?id=7439 It looks like device registration in drivers/char/ipmi/ipmi_si_intf.c was cleaned up and a small error was made when setting the class_mask. The fix is simple as the correct mask value is defined in the code but is not used. Acked-by: Corey Minyard Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed