Message ID | 1367854729-11416-1-git-send-email-vincent.stehle@laposte.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index ed946df..3cd7074 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -1474,7 +1474,7 @@ static int gpmc_probe_generic_child(struct platform_device *pdev, ret = gpmc_cs_remap(cs, res.start); if (ret < 0) { dev_err(&pdev->dev, "cannot remap GPMC CS %d to 0x%x\n", - cs, res.start); + cs, (unsigned)res.start); goto err; }