diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2013-04-11 17:52:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-11 12:58:39 -0700 |
commit | 7c360aa7cd6b469671fc2ea7a889516095cd0efe (patch) | |
tree | 00035a5b3bd4105e52495a40aad05d844e6efb55 /drivers/thermal/cpu_cooling.c | |
parent | 55345fb9ff68e2e5c0259c814542e72aec972c02 (diff) |
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 <matthijs@stdin.nl>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thermal/cpu_cooling.c')
0 files changed, 0 insertions, 0 deletions