Tag: 1947a114bff140b35bbad1c84a5af216f8416281

ALSA: hda: Delete an unnecessary check before the function call “snd_info_free_entry”

Author: Markus Elfring <elfring@users.sourceforge.net> The snd_info_free_entry() 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/pci/hda/patch_hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff …

Continue reading