spi: spi-mxs: Register the irq with the device name
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 10 Nov 2014 19:25:24 +0000 (17:25 -0200)
committerMark Brown <broonie@kernel.org>
Mon, 10 Nov 2014 19:37:30 +0000 (19:37 +0000)
commit617100c2711691e07728d3201fbcfa845a7c36d5
tree36ffd9d6fe3b6b86c8bab3073dd834b279784e45
parentf114040e3ea6e07372334ade75d1ee0775c355e1
spi: spi-mxs: Register the irq with the device name

Instead of registering the irq name with the driver name, it's better to pass
the device name so that we have a more explicit indication as to what spi
instance the irq is related:

$ cat /proc/interrupts
           CPU0
...
 27:          0         -  98  80014000.ssp

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mxs.c