From: Ming Lei Date: Thu, 17 May 2012 03:38:24 +0000 (+0800) Subject: USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq X-Git-Tag: v3.5-rc1~149^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f9d973a0daee49e0b9b924c724b18b0170ec9cb;p=pandora-kernel.git USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq The flag of IRQF_ONESHOT should be passed to request_threaded_irq, otherwise the following failure message will be dumped because hardware handler is defined as NULL: [ 2.271148] genirq: Threaded irq requested with handler=NULL and !ONESHOT for irq 356 [ 2.279541] twl6030_usb twl6030_usb: can't get IRQ 356, err -22 [ 2.285919] twl6030_usb: probe of twl6030_usb failed with error -22 The patch fixes the twl6030-usb probe failure. Signed-off-by: Ming Lei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed