From e05da59d2260f3ea4061190db6afa9cddbc28259 Mon Sep 17 00:00:00 2001 From: Fred Oh Date: Tue, 4 May 2021 17:13:52 -0700 Subject: [PATCH] Fred: testing github action Testing. Signed-off-by: Fred Oh --- sound/soc/sof/debug.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/sof/debug.c b/sound/soc/sof/debug.c index 0ef4c997758c74..518f4869688bdb 100644 --- a/sound/soc/sof/debug.c +++ b/sound/soc/sof/debug.c @@ -22,6 +22,8 @@ #if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_PROBES) #include "probe.h" +//Fred: touch this file + /** * strsplit_u32 - Split string into sequence of u32 tokens * @buf: String to split into tokens.