From: Matthijs Kooijman Date: Thu, 11 Apr 2013 15:52:40 +0000 (+0200) Subject: staging: dwc2: don't pass IRQ_LEVEL to devm_request_irq X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c360aa7cd6b469671fc2ea7a889516095cd0efe;p=pandora-kernel.git staging: dwc2: don't pass IRQ_LEVEL to devm_request_irq It seems this flag is intended to pass to irq_set_status_flags, not request_irq, and is not available on all architectures. Its value corresponds to IRQF_PROBE_SHARED, which shouldn't be needed for this driver, so removing this flag should be safe. Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed