From: Mark Brown Date: Mon, 6 Feb 2012 18:01:35 +0000 (+0000) Subject: regmap: Don't use bitfields for booleans X-Git-Tag: v3.4-rc1~126^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847fb6fdf58c0ef4c207d2853a043a4da3db9c76;p=pandora-kernel.git regmap: Don't use bitfields for booleans This was a cut'n'paste from some older code. Since we're about to add debugfs support don't do the obvious thing and use bool, use u32 instead (which debugfs has been using since time immemorial). Signed-off-by: Mark Brown --- Reading git-diff-tree failed