From: Axel Lin Date: Fri, 18 Nov 2011 09:16:22 +0000 (+0800) Subject: ASoC: cs42l73: Make inv and format to be unsigned int X-Git-Tag: v3.3-rc1~14^2~327 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb1f516375b3019373f2177b46e334b47a6d8bf;p=pandora-kernel.git ASoC: cs42l73: Make inv and format to be unsigned int Fix below smatch warning: sound/soc/codecs/cs42l73.c +1030 cs42l73_set_dai_fmt(53) error: inv is never equal to 1024 (wrong type 0 - 255). sound/soc/codecs/cs42l73.c +1032 cs42l73_set_dai_fmt(55) error: inv is never equal to 768 (wrong type 0 - 255). sound/soc/codecs/cs42l73.c +1036 cs42l73_set_dai_fmt(59) error: inv is never equal to 1024 (wrong type 0 - 255). Reported-by: Dan Carpenter Signed-off-by: Axel Lin Acked-by: Brian Austin Signed-off-by: Mark Brown --- Reading git-diff-tree failed