From: Federico Vaga Date: Thu, 3 Jul 2014 08:53:58 +0000 (+0200) Subject: ipoctal: request_irq after configuration X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4847cc073adb91695980906ae557957460fda453;p=pandora-kernel.git 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 Acked-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed