commit | 0c298bdc38a00b8bbbd4df21c85c57d8a9dab625 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 05 12:34:12 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Feb 06 18:11:38 2019 +0100 |
tree | 10c0edb946537b7972c142c2925c3a9bc1fcb49f | |
parent | 348c5ad5d69cc0a3fb1f6e3f22787a9721e2a420 [diff] |
ALSA: firewire: Remove superfluous snd_info_register() calls The calls of snd_info_register() are superfluous and should be avoided at the procfs creation time. They are called at the end of the whole initialization via snd_card_register(). This patch drops such superfluous calls. Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Tested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>