tty/serial: st-asc: drop the use of IRQF_NO_SUSPEND
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 21 Sep 2015 15:47:06 +0000 (16:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 18:11:05 +0000 (19:11 +0100)
commit616ea8d2d644b93ec634a3cb97e04f1ec3b0a491
treea5f8eb0ec4f55d3a37a1c59c659b47b33ae60184
parentb801e7f898aba3953fddbda47bcda2e5411bcfa0
tty/serial: st-asc: drop the use of IRQF_NO_SUSPEND

These drivers doesn't claim the serial device to be wakeup source. Even
if it is, it needs to use enable_irq_wake or other related PM wakeup
APIs to enable it.

This patch removes yet another misuse of IRQF_NO_SUSPEND.

Cc: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
Cc: Maxime Coquelin <maxime.coquelin@st.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: kernel@stlinux.com
Cc: linux-serial@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/st-asc.c
drivers/tty/serial/stm32-usart.c