commit | ec91df8d3faf90d1cb428a7c4950995c6514d0ab | [log] [tgz] |
---|---|---|
author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Thu May 03 14:14:39 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 14 13:44:55 2018 +0200 |
tree | 67231900b202d5bbc40372a1bea43270fcefce90 | |
parent | 69736b57dfe57d116cac7846006cb4b0be9ac0d0 [diff] |
tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interrupts Currently the driver returns IRQ_HANDLED when spurious interrupts happen. This is misleading. Fix the behavior by returning IRQ_NONE for spurious interrupts. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>