Loading drivers/memory/emif.c +1 −4 Original line number Diff line number Diff line Loading @@ -1561,11 +1561,8 @@ static int __init_or_module emif_probe(struct platform_device *pdev) goto error; irq = platform_get_irq(pdev, 0); if (irq < 0) { dev_err(emif->dev, "%s: error getting IRQ resource - %d\n", __func__, irq); if (irq < 0) goto error; } emif_onetime_settings(emif); emif_debugfs_init(emif); Loading Loading
drivers/memory/emif.c +1 −4 Original line number Diff line number Diff line Loading @@ -1561,11 +1561,8 @@ static int __init_or_module emif_probe(struct platform_device *pdev) goto error; irq = platform_get_irq(pdev, 0); if (irq < 0) { dev_err(emif->dev, "%s: error getting IRQ resource - %d\n", __func__, irq); if (irq < 0) goto error; } emif_onetime_settings(emif); emif_debugfs_init(emif); Loading