Searched hist:"00976 ad5271999ba06d24319fd1031b178aff832" (Results 1 – 6 of 6) sorted by relevance
/linux/sound/core/seq/ |
H A D | seq_info.h | diff 00976ad5271999ba06d24319fd1031b178aff832 Wed Aug 01 16:37:02 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: seq: Fix leftovers at probe error path
The sequencer core module doesn't call some destructors in the error path of the init code, which may leave some resources.
This patch mainly fix these leaks by calling the destructors appropriately at alsa_seq_init(). Also the patch brings a few cleanups along with it, namely:
- Expand the old "if ((err = xxx) < 0)" coding style - Get rid of empty seq_queue_init() and its caller - Change snd_seq_info_done() to void
Last but not least, a couple of functions lose __exit annotation since they are called also in alsa_seq_init().
No functional changes but minor code cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | seq_info.c | diff 00976ad5271999ba06d24319fd1031b178aff832 Wed Aug 01 16:37:02 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: seq: Fix leftovers at probe error path
The sequencer core module doesn't call some destructors in the error path of the init code, which may leave some resources.
This patch mainly fix these leaks by calling the destructors appropriately at alsa_seq_init(). Also the patch brings a few cleanups along with it, namely:
- Expand the old "if ((err = xxx) < 0)" coding style - Get rid of empty seq_queue_init() and its caller - Change snd_seq_info_done() to void
Last but not least, a couple of functions lose __exit annotation since they are called also in alsa_seq_init().
No functional changes but minor code cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | seq_queue.h | diff 00976ad5271999ba06d24319fd1031b178aff832 Wed Aug 01 16:37:02 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: seq: Fix leftovers at probe error path
The sequencer core module doesn't call some destructors in the error path of the init code, which may leave some resources.
This patch mainly fix these leaks by calling the destructors appropriately at alsa_seq_init(). Also the patch brings a few cleanups along with it, namely:
- Expand the old "if ((err = xxx) < 0)" coding style - Get rid of empty seq_queue_init() and its caller - Change snd_seq_info_done() to void
Last but not least, a couple of functions lose __exit annotation since they are called also in alsa_seq_init().
No functional changes but minor code cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | seq.c | diff 00976ad5271999ba06d24319fd1031b178aff832 Wed Aug 01 16:37:02 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: seq: Fix leftovers at probe error path
The sequencer core module doesn't call some destructors in the error path of the init code, which may leave some resources.
This patch mainly fix these leaks by calling the destructors appropriately at alsa_seq_init(). Also the patch brings a few cleanups along with it, namely:
- Expand the old "if ((err = xxx) < 0)" coding style - Get rid of empty seq_queue_init() and its caller - Change snd_seq_info_done() to void
Last but not least, a couple of functions lose __exit annotation since they are called also in alsa_seq_init().
No functional changes but minor code cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | seq_queue.c | diff 00976ad5271999ba06d24319fd1031b178aff832 Wed Aug 01 16:37:02 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: seq: Fix leftovers at probe error path
The sequencer core module doesn't call some destructors in the error path of the init code, which may leave some resources.
This patch mainly fix these leaks by calling the destructors appropriately at alsa_seq_init(). Also the patch brings a few cleanups along with it, namely:
- Expand the old "if ((err = xxx) < 0)" coding style - Get rid of empty seq_queue_init() and its caller - Change snd_seq_info_done() to void
Last but not least, a couple of functions lose __exit annotation since they are called also in alsa_seq_init().
No functional changes but minor code cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | seq_clientmgr.c | diff 00976ad5271999ba06d24319fd1031b178aff832 Wed Aug 01 16:37:02 CEST 2018 Takashi Iwai <tiwai@suse.de> ALSA: seq: Fix leftovers at probe error path
The sequencer core module doesn't call some destructors in the error path of the init code, which may leave some resources.
This patch mainly fix these leaks by calling the destructors appropriately at alsa_seq_init(). Also the patch brings a few cleanups along with it, namely:
- Expand the old "if ((err = xxx) < 0)" coding style - Get rid of empty seq_queue_init() and its caller - Change snd_seq_info_done() to void
Last but not least, a couple of functions lose __exit annotation since they are called also in alsa_seq_init().
No functional changes but minor code cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|