ALSA: seq: remove redundant unsigned comparison to zero
authorWang Weiyang <wangweiyang2@huawei.com>
Fri, 21 Jul 2023 10:31:24 +0000 (18:31 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Jul 2023 11:02:16 +0000 (13:02 +0200)
commit59ea9138c0753d7af19f9eba0ee29b8b55cecaf2
tree60bb5645f7a19d48c2a3a706d7ed2036ce627ab1
parent5f69c65e07b99ceb113d304fe31e0c653eb1c4bc
ALSA: seq: remove redundant unsigned comparison to zero

Since struct snd_ump_block_info::first_group is unsigned char, comparison
to zero is redundant

Signed-off-by: Wang Weiyang <wangweiyang2@huawei.com>
Fixes: 81fd444aa371 ("ALSA: seq: Bind UMP device")
Link: https://lore.kernel.org/r/20230721103124.18522-1-wangweiyang2@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_ump_client.c