提交 f016c676 编写于 作者: H Heiner Kallweit 提交者: Ulf Hansson

mmc: meson-gx: use per port interrupt names

So far the driver name is used as interrupt description, therefore in
/proc/interrupts it's not possible to tell which interrupt belongs to
which port. Change this by switching to NULL what causes the default
(device name) to be used. In our case that's the DT node name.
Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: NKevin Hilman <khilman@baylibre.com>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 1231e7eb
...@@ -734,7 +734,7 @@ static int meson_mmc_probe(struct platform_device *pdev) ...@@ -734,7 +734,7 @@ static int meson_mmc_probe(struct platform_device *pdev)
ret = devm_request_threaded_irq(&pdev->dev, irq, meson_mmc_irq, ret = devm_request_threaded_irq(&pdev->dev, irq, meson_mmc_irq,
meson_mmc_irq_thread, IRQF_SHARED, meson_mmc_irq_thread, IRQF_SHARED,
DRIVER_NAME, host); NULL, host);
if (ret) if (ret)
goto err_div_clk; goto err_div_clk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册