diff options
author | Martin Blumenstingl | 2019-02-09 01:58:50 +0100 |
---|---|---|
committer | Ulf Hansson | 2019-02-13 08:41:15 +0100 |
commit | 83e418a805d880a8b18add07f94d19b2a5a80307 (patch) | |
tree | fb2bb540e66b1943ac467e88d444c77347029a54 /fs/proc/task_mmu.c | |
parent | mmc: block: handle complete_work on separate workqueue (diff) | |
download | kernel-qcow2-linux-83e418a805d880a8b18add07f94d19b2a5a80307.tar.gz kernel-qcow2-linux-83e418a805d880a8b18add07f94d19b2a5a80307.tar.xz kernel-qcow2-linux-83e418a805d880a8b18add07f94d19b2a5a80307.zip |
mmc: meson-gx: fix interrupt name
Commit bb364890323cca ("mmc: meson-gx: Free irq in release() callback")
changed the _probe code to use request_threaded_irq() instead of
devm_request_threaded_irq().
Unfortunately this removes a fallback for the interrupt name:
devm_request_threaded_irq() uses the device name as fallback if the
given IRQ name is NULL. request_threaded_irq() has no such fallback,
thus /proc/interrupts shows "(null)" instead.
Explicitly pass the dev_name() so we get the IRQ name shown in
/proc/interrupts again.
While here, also fix the indentation of the request_threaded_irq()
parameter list.
Fixes: bb364890323cca ("mmc: meson-gx: Free irq in release() callback")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'fs/proc/task_mmu.c')
0 files changed, 0 insertions, 0 deletions