8a01c3ed0f
In function tmc_enable_etf_sink_sysfs, the local variable buf was allocated and assigned to drvdata->buffer, and buf will be freed because etf can't be enabled, but drvdata->buffer still point to the address. So in function tmc_read_unprepare_etb, beacause drvdata->mode is CS_MODE_DISABLED, local variable buf was assigned by drvdata->buf and free again. Change-Id: I7d25e7db0a983fc134e8d8dfb954936233f0d167 Signed-off-by: yingdeng <quic_yingdeng@quicinc.com> |
||
---|---|---|
.. | ||
coresight | ||
intel_th | ||
ptt | ||
stm | ||
Kconfig |