commit | f9e464a566a1c3c9b71558e5523288b5432c3e3f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu May 09 14:35:49 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun May 12 19:01:39 2013 +0400 |
tree | be50d4e5a7edb42bc05a8803aa7dcff898aa9ed1 | |
parent | 68e850d80df934b9c9c15d8a0956512cb3b6f1fc [diff] |
regmap: debugfs: Don't mark lockdep as broken due to debugfs write A register write to hardware is reasonably unlikely to cause locking dependency issues, the reason we're tainting is that unexpected changes in the hardware configuration may confuse drivers. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>