Commit a3e4df85 authored by Muhammad Abdul WAHAB's avatar Muhammad Abdul WAHAB Committed by Greg Kroah-Hartman

coresight: etm3x: indentation fix (extra space removed)

An extra space is removed.
Signed-off-by: default avatarMuhammad Abdul Wahab <muhammadabdul.wahab@centralesupelec.fr>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9870ef5c
......@@ -146,7 +146,7 @@ static ssize_t mode_store(struct device *dev,
goto err_unlock;
}
config->ctrl |= ETMCR_STALL_MODE;
} else
} else
config->ctrl &= ~ETMCR_STALL_MODE;
if (config->mode & ETM_MODE_TIMESTAMP) {
......
Markdown is supported
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