]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: timer: Code cleanup
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2016 16:01:46 +0000 (17:01 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Jan 2016 14:50:34 +0000 (15:50 +0100)
commit3fea5a462bf8759a01e5c6e55926be7ab7992059
tree32493ba3081a500aff705b6ad9802229027ed388
parent86e617d865b6e1906b5abfcc35ed315eb34fc8c8
ALSA: timer: Code cleanup

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>
sound/core/timer.c