From: Stuart Yoder Date: Mon, 17 Oct 2016 18:43:01 +0000 (-0500) Subject: staging: fsl-mc: dprc: shorten DPRC interrupt name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dffeacd95ed626b4f94f9af5c49145c615422e91;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fsl-mc/bus/dprc-driver.c b/drivers/staging/fsl-mc/bus/dprc-driver.c index c5ee4639682b5..6aa2915e80967 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,