From: Takashi Iwai Date: Mon, 28 Oct 2013 11:54:52 +0000 (+0100) Subject: ALSA: Optimize module name check X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f6fef877d52525b8887d27cfacf74a279e3e12;p=pandora-kernel.git 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 --- Reading git-diff-tree failed