Prakash, Sathya wrote: > +static ssize_t > +mptscsih_version_driver_show(struct class_device *cdev, char *buf) > +{ > + return snprintf(buf, PAGE_SIZE, "%s\n", MPT_LINUX_VERSION_COMMON); > +} > +static CLASS_DEVICE_ATTR(version_driver, S_IRUGO, mptscsih_version_driver_show, NULL); This should be removed from the patch. This information is already available in sysfs: /sys/module/mptscsih/version -Brian -- Brian King Linux on Power Virtualization IBM Linux Technology Center - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html