logging: syst: enable length field for SyS-T message
Enable generation of length field for SyS-T message. Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
parent
c3f38db5cb
commit
450f21ff42
1 changed files with 3 additions and 1 deletions
|
@ -126,7 +126,9 @@ static void update_systh_platform_data(struct mipi_syst_handle *handle,
|
||||||
*/
|
*/
|
||||||
static void platform_handle_init(struct mipi_syst_handle *systh)
|
static void platform_handle_init(struct mipi_syst_handle *systh)
|
||||||
{
|
{
|
||||||
ARG_UNUSED(systh);
|
#if defined(MIPI_SYST_PCFG_LENGTH_FIELD)
|
||||||
|
MIPI_SYST_ENABLE_HANDLE_LENGTH(systh, 1);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void platform_handle_release(struct mipi_syst_handle *systh)
|
static void platform_handle_release(struct mipi_syst_handle *systh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue