From: Dan Carpenter Date: Wed, 28 May 2014 16:43:30 +0000 (+0300) Subject: ALSA: bebob: sizeof() vs ARRAY_SIZE() typo X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a5f989de41622ae691b12f008390309b59ad74;p=pandora-kernel.git ALSA: bebob: sizeof() vs ARRAY_SIZE() typo ARRAY_SIZE() was intended here instead of sizeof(). The "bridgeco_freq_table" array holds integers so the original condition is never true. Signed-off-by: Dan Carpenter Reviewd-by: Takashi Sakamoto Tested-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed