Loading drivers/mfd/timberdale.c +3 −3 Original line number Diff line number Diff line Loading @@ -623,8 +623,8 @@ static const struct mfd_cell timberdale_cells_bar2[] = { }, }; static ssize_t show_fw_ver(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t fw_ver_show(struct device *dev, struct device_attribute *attr, char *buf) { struct timberdale_device *priv = dev_get_drvdata(dev); Loading @@ -632,7 +632,7 @@ static ssize_t show_fw_ver(struct device *dev, struct device_attribute *attr, priv->fw.config); } static DEVICE_ATTR(fw_ver, S_IRUGO, show_fw_ver, NULL); static DEVICE_ATTR_RO(fw_ver); /*--------------------------------------------------------------------------*/ Loading Loading
drivers/mfd/timberdale.c +3 −3 Original line number Diff line number Diff line Loading @@ -623,8 +623,8 @@ static const struct mfd_cell timberdale_cells_bar2[] = { }, }; static ssize_t show_fw_ver(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t fw_ver_show(struct device *dev, struct device_attribute *attr, char *buf) { struct timberdale_device *priv = dev_get_drvdata(dev); Loading @@ -632,7 +632,7 @@ static ssize_t show_fw_ver(struct device *dev, struct device_attribute *attr, priv->fw.config); } static DEVICE_ATTR(fw_ver, S_IRUGO, show_fw_ver, NULL); static DEVICE_ATTR_RO(fw_ver); /*--------------------------------------------------------------------------*/ Loading