alsa: Don't set t->error in ->pre_select().
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Jun 2013 08:54:24 +0000 (10:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Mar 2014 13:39:33 +0000 (14:39 +0100)
commitaa4a8d9c0f08687618dfcf96bc0c553ef17fbc1d
tree1c17ce48162ccc3db13ec6a3cd89df68de3d173f
parent6a79f16de242c0c70ef56bbd96a748055df65917
alsa: Don't set t->error in ->pre_select().

->pre_select() methods should never fail, and tasks should not
set this variable at all. It is ignored anyway when set there.
alsa_write.c