Displays class id of i2o device
ssize_t class_id_show(struct device * dev, struct device_attribute * attr, char * buf);
dev
device of which the class id should be displayed
attr
pointer to device attribute
buf
buffer into which the class id should be printed
Returns the number of bytes which are printed into the buffer.