commit | 7b8a0353f39d579a654d5920e656f2f91006b6c1 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Aug 13 17:47:40 2017 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 20:51:19 2017 +0200 |
tree | b3e484f08beee9771d10617aaa85c651ea863acc | |
parent | 3d6bcddf5490e86f2fb384329ce6bb8c36dc69a0 [diff] |
serial: st-asc: Avoid using irq_wake flag There is no need to duplicate a flag which IRQ core takes care of. Replace custom flag by IRQ core API that retrieves its state. Cc: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>