From: Dan Carpenter Date: Fri, 8 Nov 2013 09:46:53 +0000 (+0300) Subject: ASoC: rcar: some dubious one-bit signed bitfields X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^29~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a37377314ff068c83f425979142263a17a6f18af;p=pandora-kernel.git ASoC: rcar: some dubious one-bit signed bitfields Because these are signed they can either be 0 or -1 instead of 0 and 1 as intended. It doesn't cause a problem from what I can see, but it's dangerous and Sparse complains: sound/soc/sh/rcar/rsnd.h:177:25: error: dubious one-bit signed bitfield Signed-off-by: Dan Carpenter Signed-off-by: Mark Brown --- Reading git-diff-tree failed