diff options
author | Kuninori Morimoto <[email protected]> | 2023-08-24 02:02:49 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-08-24 18:22:01 +0100 |
commit | 45b4878b0330e255059135dfab4e01d12feb5580 (patch) | |
tree | 43a6ad3460fd46d233751d2a21acfdf5eb90b42c /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 2b59332ead54870ed0f1a8b122a1d640a4865fdc (diff) |
ASoC: audio-graph-card.c: move audio_graph_parse_of()
Current audio-graph-card functions definition are like below
(A)' static int graph_get_dais_count();
(B) int audio_graph_parse_of(...)
{
...
(A) ret = graph_get_dais_count();
...
}
(A) static int graph_get_dais_count(...)
{
...
}
(C)
We don't need to have (A)' definition if audio_graph_parse_of() (B) was
defined at (C). This patch moves (B) to (C).
Signed-off-by: Kuninori Morimoto <[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions