commit | 57268aba3834ae1fde93ccc95f2e0540ba98cedd | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Fri Dec 22 21:18:37 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 05 18:43:04 2018 +1100 |
tree | bf19f4786fdd9945078382db292554d1b939ee48 | |
parent | b66c685a482117d4e9ee987d252ca673689a5302 [diff] |
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>