Skip to content
Commit 0f7bdbd2 authored by Martyn Welch's avatar Martyn Welch Committed by Greg Kroah-Hartman
Browse files

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: default avatarMartyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f654b23c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment