aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/omap_hsmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 3a09f93cc3b6..e975d3ecccc7 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -1782,7 +1782,7 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev)
1782 if (match) { 1782 if (match) {
1783 pdata = of_get_hsmmc_pdata(&pdev->dev); 1783 pdata = of_get_hsmmc_pdata(&pdev->dev);
1784 if (match->data) { 1784 if (match->data) {
1785 u16 *offsetp = match->data; 1785 const u16 *offsetp = match->data;
1786 pdata->reg_offset = *offsetp; 1786 pdata->reg_offset = *offsetp;
1787 } 1787 }
1788 } 1788 }