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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to