commit | 60f6fef877d52525b8887d27cfacf74a279e3e12 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Oct 28 12:54:52 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 11:37:42 2013 +0100 |
tree | bf3744c3967ff8fbdcb24a6eb1e88685c5078b2c | |
parent | 1f96153bc613c526f5ea39a7f366b3bdf70249be [diff] |
ALSA: Optimize module name check module->name is a fixed array, so we can check the empty contents straightforwardly in module_slot_match(). Spotted by coverity CID 1056786. Signed-off-by: Takashi Iwai <tiwai@suse.de>