| Submitter | y@pengutronix.de |
|---|---|
| Date | July 13, 2012, 12:32 p.m. |
| Message ID | <1342182734-321-11-git-send-email-y> |
| Download | mbox | patch |
| Permalink | /patch/170875/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 389a3ee..5bcd043 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -1805,7 +1805,7 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev) if (match) { pdata = of_get_hsmmc_pdata(&pdev->dev); if (match->data) { - u16 *offsetp = match->data; + const u16 *offsetp = match->data; pdata->reg_offset = *offsetp; } }