On Tue, 28 Aug 2018 10:46:34 +0200, Dan Carpenter wrote: > > Static checkers complain that snd_seq_create_kernel_client() can return > -EBUSY here so we need to have some error handling. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Applied, thanks. Also we need to fix the case where an error is returned from snd_seq_kernel_client_ctl(). Will write up the patch soon later. Takashi