forked from luck/tmp_suning_uos_patched
coresight: etm3x: indentation fix (extra space removed)
An extra space is removed. Signed-off-by: Muhammad Abdul Wahab <muhammadabdul.wahab@centralesupelec.fr> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9870ef5c58
commit
a3e4df85b0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user