diff options
author | Martyn Welch <martyn.welch@collabora.co.uk> | 2017-09-28 11:38:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-03 20:28:09 +0200 |
commit | 0f7bdbd2b3518e2698048bb5346b542e7cbb542a (patch) | |
tree | 9518d281606ec13cca1e7f21b3f5c8c9f9c40c9c /kernel/cgroup | |
parent | f654b23c173eb7081e1f5bd33710a53c11ea4b49 (diff) |
serial: imx: Switch setting dma_is_txing from "false" to "0"
The variable "dma_is_txing" is an unsigned int, set as either "0" or "1"
in all but one location, where it is instead set to "false". For
consistency, set dma_is_txing to "0" in this location too.
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/cgroup')
0 files changed, 0 insertions, 0 deletions