Re: [PATCH] sound/core/seq: remove useless function

2020-11-04 Thread Yu Hao
Thanks! On Wed, Nov 4, 2020 at 12:16 AM Takashi Iwai wrote: > > On Tue, 03 Nov 2020 23:33:35 +0100, > Yu Hao wrote: > > > > The function snd_seq_queue_client_termination() is only called from > > the function seq_free_client1(). The function seq_free_client1() calls > > the function snd_seq_queue

Re: [PATCH] sound/core/seq: remove useless function

2020-11-04 Thread Takashi Iwai
On Tue, 03 Nov 2020 23:33:35 +0100, Yu Hao wrote: > > The function snd_seq_queue_client_termination() is only called from > the function seq_free_client1(). The function seq_free_client1() calls > the function snd_seq_queue_client_leave() and the function > snd_seq_queue_client_termination() toget