|
@@ -1100,7 +1100,7 @@ static int fsl_ifc_nand_probe(struct platform_device *dev)
|
|
|
IFC_NAND_EVTER_INTR_FTOERIR_EN |
|
|
|
IFC_NAND_EVTER_INTR_WPERIR_EN,
|
|
|
&ifc->ifc_nand.nand_evter_intr_en);
|
|
|
- priv->mtd.name = kasprintf(GFP_KERNEL, "%x.flash", (unsigned)res.start);
|
|
|
+ priv->mtd.name = kasprintf(GFP_KERNEL, "%llx.flash", (u64)res.start);
|
|
|
if (!priv->mtd.name) {
|
|
|
ret = -ENOMEM;
|
|
|
goto err;
|