From: Dan Carpenter Date: Thu, 25 Jul 2013 16:40:17 +0000 (+0300) Subject: ASoC: adau1701: type bug with ADAU1707_CLKDIV_UNSET X-Git-Tag: v3.12-rc1~150^2~9^2~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba51cbb8206cdba789a1f65b06526bb20f51d594;p=pandora-kernel.git ASoC: adau1701: type bug with ADAU1707_CLKDIV_UNSET ADAU1707_CLKDIV_UNSET is always compared against an unsigned int and not an unsigned long. The current tests are always false. Signed-off-by: Dan Carpenter Signed-off-by: Mark Brown --- Reading git-diff-tree failed