]> asedeno.scripts.mit.edu Git - linux.git/commit
tty: serial: qcom_geni_serial: IRQ cleanup
authorAkash Asthana <akashast@codeaurora.org>
Thu, 10 Oct 2019 09:46:03 +0000 (15:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 12:29:44 +0000 (14:29 +0200)
commit3e4aaea7a0391d47f6ffff1f10594c658a67c881
treee81e2609584aed5325097d0e22564615f19cf45f
parent7726fb53e75fa48714181efd00167e0734303afb
tty: serial: qcom_geni_serial: IRQ cleanup

Move ISR registration from startup to probe function to avoid registering
it everytime when the port open is called for driver.

Signed-off-by: Akash Asthana <akashast@codeaurora.org>
Link: https://lore.kernel.org/r/1570700763-17319-1-git-send-email-akashast@codeaurora.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/qcom_geni_serial.c