|
@@ -883,7 +883,7 @@ static ssize_t ecard_show_resources(struct device *dev, struct device_attribute
|
|
int i;
|
|
int i;
|
|
|
|
|
|
for (i = 0; i < ECARD_NUM_RESOURCES; i++)
|
|
for (i = 0; i < ECARD_NUM_RESOURCES; i++)
|
|
- str += sprintf(str, "%08lx %08lx %08lx\n",
|
|
|
|
|
|
+ str += sprintf(str, "%08x %08x %08lx\n",
|
|
ec->resource[i].start,
|
|
ec->resource[i].start,
|
|
ec->resource[i].end,
|
|
ec->resource[i].end,
|
|
ec->resource[i].flags);
|
|
ec->resource[i].flags);
|