diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2015-10-09 13:50:01 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-18 04:07:57 (GMT) |
commit | b0e066ccb5b2c474385fe10dbb385bde10738177 (patch) | |
tree | ac3c175ec68feb9e27cee335fde6161a14491b9d /drivers/sfi | |
parent | 2230a9475f7f00173382806f1e4b9ea53d83a469 (diff) | |
download | linux-b0e066ccb5b2c474385fe10dbb385bde10738177.tar.xz |
serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()
The serial-tegra driver always uses DMA and hence the driver always
allocates DMA channels. Therefore, the test to see if the RX DMA channel
is initialised in tegra_uart_stop_rx() is unnecessary and so remove
the test and the code that corresponds to the case where the RX DMA
channel is not initialised. Please note that the call to
tegra_uart_stop_rx() should always be before the call to
tegra_uart_shutdown() which will uninitialise the RX DMA channel.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/sfi')
0 files changed, 0 insertions, 0 deletions