summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2017-03-25 11:24:41 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2017-04-24 21:41:50 +0200
commitf016c67629c818ca6a39f4d6e35d85d9e930eacc (patch)
tree403fea214a453678cff2b9f8995d87fcc97f1a76 /drivers/mmc/host
parent1231e7eb62224235bb92a2a39cb35c89afd474af (diff)
downloadop-kernel-dev-f016c67629c818ca6a39f4d6e35d85d9e930eacc.zip
op-kernel-dev-f016c67629c818ca6a39f4d6e35d85d9e930eacc.tar.gz
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: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/meson-gx-mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c
index ab1f2d3..0a0f500 100644
--- a/drivers/mmc/host/meson-gx-mmc.c
+++ b/drivers/mmc/host/meson-gx-mmc.c
@@ -734,7 +734,7 @@ static int meson_mmc_probe(struct platform_device *pdev)
ret = devm_request_threaded_irq(&pdev->dev, irq, meson_mmc_irq,
meson_mmc_irq_thread, IRQF_SHARED,
- DRIVER_NAME, host);
+ NULL, host);
if (ret)
goto err_div_clk;
OpenPOWER on IntegriCloud