Tag: b76c0e95ab0f535e210df588b8ac42dd75b31c75

ALSA: sb: Delete an unnecessary check before the function call “snd_emux_free”

Author: Markus Elfring <elfring@users.sourceforge.net> The snd_emux_free() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Takashi Iwai — sound/isa/sb/emu8000_synth.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-)   diff …

Continue reading