mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
ALSA: asihpi - Fix imbalanced lock path in hw_message
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
70ebe64721
commit
bca516bfcf
@ -1772,7 +1772,6 @@ static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm,
|
||||
u16 error = 0;
|
||||
u16 dsp_index = 0;
|
||||
u16 num_dsp = ((struct hpi_hw_obj *)pao->priv)->num_dsp;
|
||||
hpios_dsplock_lock(pao);
|
||||
|
||||
if (num_dsp < 2)
|
||||
dsp_index = 0;
|
||||
@ -1793,6 +1792,8 @@ static void hw_message(struct hpi_adapter_obj *pao, struct hpi_message *phm,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
hpios_dsplock_lock(pao);
|
||||
error = hpi6000_message_response_sequence(pao, dsp_index, phm, phr);
|
||||
|
||||
/* maybe an error response */
|
||||
|
Loading…
x
Reference in New Issue
Block a user