diff options
| author | Stuart Yoder <stuart.yoder@nxp.com> | 2016-10-17 13:43:01 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-25 09:48:55 +0200 |
| commit | dffeacd95ed626b4f94f9af5c49145c615422e91 (patch) | |
| tree | 31f7463abd28856d02a2b2a69d5441ea949bb4d6 /drivers/staging/fsl-mc | |
| parent | d64c28a3139a52febc9549894ccb4c0a47c94466 (diff) | |
| download | linux-next-dffeacd95ed626b4f94f9af5c49145c615422e91.tar.gz linux-next-dffeacd95ed626b4f94f9af5c49145c615422e91.zip | |
staging: fsl-mc: dprc: shorten DPRC interrupt name
improve readibility of the DPRC interrupt name in sysfs by
shortening this and just using the device name. There is only
one interrupt DPRC used, so no further differentiation is needed.
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc')
| -rw-r--r-- | drivers/staging/fsl-mc/bus/dprc-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/dprc-driver.c b/drivers/staging/fsl-mc/bus/dprc-driver.c index c5ee4639682b..6aa2915e8096 100644 --- a/drivers/staging/fsl-mc/bus/dprc-driver.c +++ b/drivers/staging/fsl-mc/bus/dprc-driver.c @@ -505,7 +505,7 @@ static int register_dprc_irq_handler(struct fsl_mc_device *mc_dev) dprc_irq0_handler, dprc_irq0_handler_thread, IRQF_NO_SUSPEND | IRQF_ONESHOT, - "FSL MC DPRC irq0", + dev_name(&mc_dev->dev), &mc_dev->dev); if (error < 0) { dev_err(&mc_dev->dev, |
