Home
last modified time | relevance | path

Searched hist:c7a806d9 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/firewire/motu/
H A Dmotu-hwdep.cc7a806d9 Mon Jan 30 08:15:40 CST 2023 Takashi Sakamoto <o-takashi@sakamocchi.jp> ALSA: firewire-motu: fix unreleased lock warning in hwdep device

Smatch static analysis tool detects that acquired lock is not released
in hwdep device when condition branch is passed due to no event. It is
unlikely to occur, while fulfilling is preferable for better coding.

Reported-by: Dan Carpenter <error27@gmail.com>
Fixes: 634ec0b2906e ("ALSA: firewire-motu: notify event for parameter change in register DSP model")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20230130141540.102854-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>