diff options
Diffstat (limited to 'drivers/hwmon/mc13783-adc.c')
| -rw-r--r-- | drivers/hwmon/mc13783-adc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/mc13783-adc.c b/drivers/hwmon/mc13783-adc.c index 982d8622c09..ae00e60d856 100644 --- a/drivers/hwmon/mc13783-adc.c +++ b/drivers/hwmon/mc13783-adc.c @@ -37,7 +37,7 @@  struct mc13783_adc_priv {  	struct mc13xxx *mc13xxx;  	struct device *hwmon_dev; -	char name[10]; +	char name[PLATFORM_NAME_SIZE];  };  static ssize_t mc13783_adc_show_name(struct device *dev, struct device_attribute  | 
