Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <broonie@opensource.wolfsonmicro.com>
- Loading branch information