summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
diff options
context:
space:
mode:
authorFederico Vaga <federico.vaga@cern.ch>2014-07-03 12:53:58 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-10 04:02:15 +0400
commit4847cc073adb91695980906ae557957460fda453 (patch)
tree3bfeca0626b0d401b5634f9cdeff3fa44bf20dde /block/blk-mq.c
parent968d04e8de53789ccdb9f74413eb497f155d266b (diff)
downloadlinux-4847cc073adb91695980906ae557957460fda453.tar.xz
ipoctal: request_irq after configuration
The request for an IRQ handler must be done after whole configuration. This was not the case for this driver which request the IRQ in the middle of the configuration. Sometimes, it happens that something is not completely configured, we recieve an interrupt thus we stumble into troubles in the IRQ handler. Signed-off-by: Federico Vaga <federico.vaga@cern.ch> Acked-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'block/blk-mq.c')
0 files changed, 0 insertions, 0 deletions