diff options
Diffstat (limited to 'drivers/sh/superhyway/superhyway-sysfs.c')
-rw-r--r-- | drivers/sh/superhyway/superhyway-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/superhyway/superhyway-sysfs.c b/drivers/sh/superhyway/superhyway-sysfs.c index dc119ce68e3e..55434330867b 100644 --- a/drivers/sh/superhyway/superhyway-sysfs.c +++ b/drivers/sh/superhyway/superhyway-sysfs.c | |||
@@ -30,7 +30,7 @@ superhyway_ro_attr(bot_mb, "0x%02x\n", vcr.bot_mb); | |||
30 | superhyway_ro_attr(top_mb, "0x%02x\n", vcr.top_mb); | 30 | superhyway_ro_attr(top_mb, "0x%02x\n", vcr.top_mb); |
31 | 31 | ||
32 | /* Misc */ | 32 | /* Misc */ |
33 | superhyway_ro_attr(resource, "0x%08lx\n", resource.start); | 33 | superhyway_ro_attr(resource, "0x%08lx\n", resource[0].start); |
34 | 34 | ||
35 | struct device_attribute superhyway_dev_attrs[] = { | 35 | struct device_attribute superhyway_dev_attrs[] = { |
36 | __ATTR_RO(perr_flags), | 36 | __ATTR_RO(perr_flags), |