tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.
authorVijaya Krishna Nivarthi <quic_vnivarth@quicinc.com>
Wed, 7 Sep 2022 15:31:42 +0000 (21:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Sep 2022 06:19:24 +0000 (08:19 +0200)
commit408e532e80997be64caf8cdf45f2ff53c2279725
treec68bb7c33227eb8e9720258826bd287d0be20585
parent35f2e3c267f07a42bc1bf08081e963b3a33e6d7c
tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.

In suspend/resume routines, icc flags are hardcoded.

Replace the hardcodes with macros available from header.

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Vijaya Krishna Nivarthi <quic_vnivarth@quicinc.com>
Link: https://lore.kernel.org/r/1662564702-7253-1-git-send-email-quic_vnivarth@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/qcom_geni_serial.c