|
@@ -85,7 +85,7 @@ static ssize_t show_ctrl (struct device *dev, struct device_attribute *attr, cha
|
|
static DEVICE_ATTR (ctrl, S_IRUGO, show_ctrl, NULL);
|
|
static DEVICE_ATTR (ctrl, S_IRUGO, show_ctrl, NULL);
|
|
return device_create_file (&ctrl->pci_dev->dev, &dev_attr_ctrl);
|
|
return device_create_file (&ctrl->pci_dev->dev, &dev_attr_ctrl);
|