[PATCH] Remove a useless assert.
5 Jul
2012
5 Jul
'12
9:40 a.m.
The case where the element is unavailable (for example gone away since the event was created) is handled beneath.
See also bug 5471. --- src/control/hcontrol.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/control/hcontrol.c b/src/control/hcontrol.c index 8ffc434..ee1d907 100644 --- a/src/control/hcontrol.c +++ b/src/control/hcontrol.c @@ -761,7 +761,6 @@ static int snd_hctl_handle_event(snd_hctl_t *hctl, snd_ctl_event_t *event) if (event->data.elem.mask & (SNDRV_CTL_EVENT_MASK_VALUE | SNDRV_CTL_EVENT_MASK_INFO)) { elem = snd_hctl_find_elem(hctl, &event->data.elem.id); - assert(elem); if (!elem) return -ENOENT; res = snd_hctl_elem_throw_event(elem, event->data.elem.mask &
--
1.7.11.1
--nextPart21993734.SHAHOXH9Wi--
4553
Age (days ago)
4553
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Sandsmark