Loading drivers/hwtracing/coresight/coresight-byte-cntr.c +2 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ static int tmc_etr_byte_cntr_release(struct inode *in, struct file *fp) mutex_lock(&byte_cntr_data->byte_cntr_lock); byte_cntr_data->read_active = false; if (byte_cntr_data->enable) coresight_csr_set_byte_cntr(byte_cntr_data->csr, 0); mutex_unlock(&byte_cntr_data->byte_cntr_lock); Loading Loading
drivers/hwtracing/coresight/coresight-byte-cntr.c +2 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ static int tmc_etr_byte_cntr_release(struct inode *in, struct file *fp) mutex_lock(&byte_cntr_data->byte_cntr_lock); byte_cntr_data->read_active = false; if (byte_cntr_data->enable) coresight_csr_set_byte_cntr(byte_cntr_data->csr, 0); mutex_unlock(&byte_cntr_data->byte_cntr_lock); Loading