Re: sysfs for IPMI, for new mm kernels

From: Dmitry Torokhov
Date: Thu Mar 31 2005 - 22:44:21 EST


On Thursday 31 March 2005 22:02, Corey Minyard wrote:
> +ÂÂÂÂÂÂÂsnprintf(name, sizeof(name), "ipmi%d", if_num);
> +ÂÂÂÂÂÂÂclass_device_create(ipmi_class, dev, NULL, name);
>

class_device_create(ipmi_class, dev, NULL, "ipmi%d", if_num) ?

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/