OSDN Git Service

crypto: crypto4xx - fix missing irq devname
authorChristian Lamparter <chunkeey@gmail.com>
Fri, 22 Dec 2017 20:18:37 +0000 (21:18 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Jan 2018 07:43:04 +0000 (18:43 +1100)
commit57268aba3834ae1fde93ccc95f2e0540ba98cedd
treebf19f4786fdd9945078382db292554d1b939ee48
parentb66c685a482117d4e9ee987d252ca673689a5302
crypto: crypto4xx - fix missing irq devname

crypto4xx_device's name variable is not set to anything.
The common devname for request_irq seems to be the module
name. This will fix the seemingly anonymous interrupt
entry in /proc/interrupts for crypto4xx.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_core.c
drivers/crypto/amcc/crypto4xx_core.h