]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: timer: Code cleanup
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2016 16:01:46 +0000 (17:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Feb 2016 22:28:31 +0000 (14:28 -0800)
commit51ac0a7a5b1d3fa08639019a721736752914cc77
treebe629f32ae010de8ace9e96789e8182c1b7ea72e
parent23e60f5e99b35a69970edd771dffe538ec3f6b3a
ALSA: timer: Code cleanup

commit c3b1681375dc6e71d89a3ae00cc3ce9e775a8917 upstream.

This is a minor code cleanup without any functional changes:
- Kill keep_flag argument from _snd_timer_stop(), as all callers pass
  only it false.
- Remove redundant NULL check in _snd_timer_stop().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/core/timer.c