diff options
-rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index f3e4e0fd6655..7a9ca4f22405 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
@@ -216,7 +216,7 @@ mmc_omap_show_slot_name(struct device *dev, struct device_attribute *attr, | |||
216 | struct mmc_omap_host *host = mmc_priv(mmc); | 216 | struct mmc_omap_host *host = mmc_priv(mmc); |
217 | struct omap_mmc_slot_data slot = host->pdata->slots[host->slot_id]; | 217 | struct omap_mmc_slot_data slot = host->pdata->slots[host->slot_id]; |
218 | 218 | ||
219 | return sprintf(buf, "slot:%s\n", slot.name); | 219 | return sprintf(buf, "%s\n", slot.name); |
220 | } | 220 | } |
221 | 221 | ||
222 | static DEVICE_ATTR(slot_name, S_IRUGO, mmc_omap_show_slot_name, NULL); | 222 | static DEVICE_ATTR(slot_name, S_IRUGO, mmc_omap_show_slot_name, NULL); |