From: Corey Minyard Date: Thu, 7 Dec 2006 04:40:54 +0000 (-0800) Subject: [PATCH] IPMI: Fix device model name X-Git-Tag: v2.6.20-rc1~145^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b55da0d2701230e973866c9dfbf932d8b884cb;p=pandora-kernel.git [PATCH] IPMI: Fix device model name Add the product id to the driver model platform device name, in addition to the device id. The IPMI spec does not require that individual BMCs in a system have unique devices IDs, but it does require that the product id/device id combination be unique. This also removes a redundant check and cleans up error handling when the sysfs registration fails. Signed-off-by: Corey Minyard Cc: Carol Hebert Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed